2011/8/9 David Garfield <[email protected]>: > Having said that, let me present a database for consideration: Any > filesystem. Split the hex of the MD5 into directory levels and make > what you need. Might be slower, particularly with some OSes, but the > tools are easy. > --David Garfield
This is not a good idea. It will be very slow. Databases are much more suitable for small blocks of data. -- Kit _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

