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


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

You're very welcome.

For completeness, I should mention that modern versions of sqlite can be put into and out of synchronous mode with a pragma, rather than recompilation.

(I've been very impressed with sqlite. It has limitations, but the docs are up-front about them, it is so easy to get started with and feels very robust to me.)