It depends on numerous facts. I'd say if size of all your files is
measured in megabytes and you're not dealing with thousands of files
in the same directory then raw file I/O will be faster. If size of
files is measured mostly in tens or hundreds of bytes and you need
thousands and millions of them then SQLite will be faster.


Pavel

On Tue, Dec 29, 2009 at 3:55 AM, _h_ <hiralsmaill...@gmail.com> wrote:
> Hi,
>
> I am planning to use BLOB to store file contents.
> So can you please suggest, which is faster 'raw file I/O' or 'sqlite BLOB'.
>
>
> Thank you in advance.
> -H
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to