On Fri, 26 Apr 2013 14:02:02 -0400 Roland Hughes <rol...@logikalsolutions.com> wrote:
> It actually does make sense to add chunking to sqlite. There would be > some computational overhead, but, that all depends on the chunk size and > the cache size of the database. It makes no sense to implement YAFS > (Yet Another File System) inside of SQLite. I agree with you that a generic YAFS is no sense, but a pseudo-fs for your app data, I think yes. Also, distributed file systems use databases (Lustre, f.ex.) to store filesystem metadata, and a simple distributed file system with basic semantics, including locks, can easily be done with sqlite. -- Eduardo <emorr...@yahoo.es> _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users