Releases: InfluxGraph/influxgraph
Releases · InfluxGraph/influxgraph
1.0.0 beta 15
Changes:
- Re-factored index to store a node's children in list to reduce memory consumption and improve index build times
CPython and PyPy memory consumption is now normalised. Performance wise, PyPy is faster though the difference is much less pronounced than with earlier versions.
1.0.0 RC 7
Fixes:
- Improved performance and lowered memory requirements of getting field keys
Changes:
- Bumped InfluxDB integration test version to
1.1.0rc2
1.0.0 RC 6
Fixes:
- Minor fix in index file handling on save/load
1.0.0 RC 5
Fixes:
- Improve index long term memory consumption
1.0.0 RC 4
Fixes:
- Py3 compatibility for saving compressed index file
1.0.0 RC 3
Fixes:
- Exception handling on index save
1.0.0 RC 2
Changes
- Compressed index on save/load
1.0.0 RC 1
Changes:
- Background index saving
1.0.0 beta 14
Fixes:
- Reverted index save/load back to json - regression caused by pickling using much more memory
- Nginx service attempted to be started continuously in docker container
1.0.0 beta 13
Changes:
- Moved index serialisation from json to binary for improved index save/load performance
Fixes:
- Avoid reloading index from disk on newly built indexes