-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our storage is sorta naive #4
Comments
Maybe InfuxDB? |
Assuming LMDB is sort of 'out' for you, maybe MDBM. @pieterlexis InfluxDB is great, but it's hard to obtain linked for some architectures I think. |
influxdb is written in go, so unless you're running solaris ;). But they use rocksDB as storage format, here's a blogpost on the performance of different storage formats (LevelDB, RocksDB, HyperLevelDB and LMDB) |
How is the collected data stored currently? |
we now split it up per week which is reasonably less stupid |
Our storage is sorta naive. Turns out that what graphite does isn't that great either.
The text was updated successfully, but these errors were encountered: