On 1 Oct 2011, at 12:37am, Petite Abeille wrote:

> On Sep 21, 2011, at 2:19 AM, Richard Hipp wrote:
> 
>> If you are storing large BLOBs in SQLite, can you read them faster if they
>> are stored directly in the database file, or can you get to them quicker if
>> you store just a filename in the database and read the BLOB content from a
>> separate file?
> 
> Thanks for sharing. What about insert time (i.e. insert blob vs. write file)?

This would be far more dependent on your combination of operating system and 
file system.  Reading a file is pretty-much the same on everything.  Creating a 
new one is done very differently.

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

Reply via email to