SiriDB / siridb-server

SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
https://siridb.com
MIT License
506 stars 48 forks source link

Shards cannot been loaded correctly in ARM build #163

Closed srdgame closed 3 years ago

srdgame commented 3 years ago

The duration will be cast from uint64_t and cause the shards file name been generated incorrectly when reloading database's shard files.

joente commented 3 years ago

Thanks for the pull request, I've made a small change in #164 and used uint64_t for the return value of siridb_series_duration() as well.