[Tutor] Re: memory problem (II part)

Alan Gauld alan.gauld at blueyonder.co.uk
Tue Jan 20 18:35:52 EST 2004


> I'm using SQlite. I've a database with a table of about 150.000 

I may be wrong but isn't SQLlite the one that stores its tables 
in memory? Very good for small databases but if you have a lot 
of data a RAM hog. If my memory (no pun intended!) serves me right 
you may find that simply shifting the data into MySQL or Postgres 
will alleviate the problem - at the possible expense of some 
performance.

OTOH I've never used SQLlite and am going from something I 
think I read someplace...

Alan g.




More information about the Tutor mailing list