Sripathi Raj wrote:
> This is on a NFS

If you really mean that then you have two problems.

#1 - http://www.sqlite.org/faq.html#q7

The second is that you have network and server latency in addition to
disk latency for all disk accesses.  When iterating over so much data,
those latencies soon add up to a very big number.  If you really need
your client code to run on a different machine than the data is stored
on, then you should a client server database (eg Postgres, MySQL, Oracle).

Roger

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to