i2mint / py2store

Tools to create simple and consistent interfaces to complicated and varied data sources.
MIT License
11 stars 2 forks source link

Auto segmentation/paging for segment caching #79

Open thorwhalen opened 3 years ago

thorwhalen commented 3 years ago

Define segmentation granularity (namely, of time) and store/retrieve under that granularity (that is, taking the smallest containing segments to respond to a query).

Examples;

This setup helps mitigating fragmentation when caching segments.