cdusold / DriveLink

A set of memory conserving python data structures.
MIT License
0 stars 0 forks source link

Switch file storage to Sqlite to speedup and make more efficient storage. #7

Open cdusold opened 4 years ago

cdusold commented 4 years ago

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.