horaedb
horaedb copied to clipboard
Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
## Rationale Update version to 2.0.0, prepare for releasing v2.0.0. ## Detailed Changes ## Test Plan
## Rationale In order to implement ctl in the future, the clap version is relatively old and many functions are not supported, so we upgraded to the new version. ##...
## Rationale Close #1300 ## Detailed Changes Check whether it is a utf8 string when inserting data ## Test Plan pass
### Describe This Problem After #1271 is merged, compiled binary is not compactible with the data used by old version's one. And the reason is that the storage format is...
## Rationale Implement horaectl using rust ## Detailed Changes - Support `cluster list`, `cluster diagnose`, `cluster schedule` ## Test Plan - Manual tests
### Describe This Problem `slog` is an outdated crate maintained by nobody now. And the most popular one is tokio's `tracing`. In fact, we have used `tracing` in our project...
### Describe This Problem Hi community, Our codebase contains numerous 200+ TODOs now! This indicates significant technical debt. Ignoring this will inevitably cause severe code rot. As a community, we...
### Describe This Problem There is no soft limit over the space/instance's memtable usage in the current write procedure, and the following write requests must be blocked/rejected once the hard...
## Rationale In some extreme scenarios, etcd events may be lost or update failures may occur, which may cause the mapping between nodes and shards to fail to be updated...
### Describe This Problem We found in production that the speed of sst compaction is unable to keep up with the speed of sst generation, leading to poor query performance......