On Mon, Apr 21, 2014 at 4:32 AM, andy pugh <bodge...@gmail.com> wrote:

> On 21 April 2014 03:30, Kirk Wallace <kwall...@wallacecompany.com> wrote:
>
> >> I did start on making the tool table a lot cleverer. It would be a
> >> database (which means that you can actually add any data fields you
> >> like for your own purposes, LinuxCNC will just ignore things it
> >> doesn't know how to use)
> >
> > Redis maybe?
>
> SQLite, actually.
>
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
>
> --
> atp
> If you can't fix it, you don't own it.
> http://www.ifixit.com/Manifesto
>


Ugh.  Stay away from SQLite.  That's a one-user, build it in your home
directory, terribly slow, resource hog.  MySQL or PostgreSQL are much
better databases.  You can optimize them much easier and better, and you
won't take the performance hits like you will with SQLite if the database
gets a little busy.  A lot less overhead for the size in the latter
databases.

Mark
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to