me-box / zestdb

ZestDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storage performance enhancements

jptmoore opened this issue · comments

Currently all data associated with a datasource are written to the same path within the git file store. This can be further divided by another level of key (see #9) but could also internally be divided through time-based buckets/bins to further restrict the amount of data to one path. Needs investigating in terms of performance on a pi3.