On 4/19/05, Kurt Welgehausen <[EMAIL PROTECTED]> wrote:
> SQLite is not a client-server database. In the worst case,
> when you query a database file over NFS, all the tables in
> your query are sent over the network to be processed on
> your cpu; so if you want to select one row from a table of
> a million rows, the million rows are retrieved over the
> network (in the worst case).
 
Didn't even think about that aspect of it. Thanks :)

Reply via email to