On May 14, 2008, at 3:58 PM, Peter K. Stys wrote:

> I'm curious, when you say performance enhancements, does that include
> improved R/W performance to/from remote volumes on OS X, which  
> presently
> suffer serious (20-fold) speed issues.  I had a recent post on this.
> If not, will 3.6.0 address this?
>

Performance on a remote volume is about 20x slower because the raw I/O  
capability of a network disk drive is about about 1/20th of a local  
disk drive.  There isn't anything much SQLite can do about that.

If you need to access a database that physically resides on a remote  
machine, you should probably use a client/server database engine with  
the server located on the same machine where the data lives.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to