Re: [sqlite] Is there any reason which use OS file system on default mode?

2014-04-30 Thread Simon Slavin

On 30 Apr 2014, at 8:49am, 김병준  wrote:

> If sqlite3 access storage device directly, I think, it must be faster than 
> using os file system.
> Because using os file system mean there must be some overhead.
> So, I'm curious about the reason why use os file system default.

Would you have to write a hardware driver for each different type of storage 
device ?

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


[sqlite] Is there any reason which use OS file system on default mode?

2014-04-30 Thread 김병준
If sqlite3 access storage device directly, I think, it must be faster than 
using os file system.
Because using os file system mean there must be some overhead.
So, I'm curious about the reason why use os file system default.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users