By using sqlite as the backend, we can take advantage of well made disk accesses, and make each "page" a single file with far more entries. The file splitting, therefore, will be based on the max allowable index time, but sqlite is pretty well done, so this may be either quite high, or unneeded.
By using sqlite as the backend, we can take advantage of well made disk accesses, and make each "page" a single file with far more entries. The file splitting, therefore, will be based on the max allowable index time, but sqlite is pretty well done, so this may be either quite high, or unneeded.