http://qs321.pair.com?node_id=612726


in reply to Re: Perl solution for storage of large number of small files
in thread Perl solution for storage of large number of small files

Been there, done that. Actually for the meta-data index of the heavy-load storage...
The first incarnation was a DBM:mldb. The second version sqlite, with which I ran into a heavy disk IO overhead inserting/updating meta-data, now the index is in-memory as plain data structure...

So, do you actually recommend sqlite as storage for binary data?