horaedb
horaedb copied to clipboard
Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes - [x] Define `CompactionServiceImpl` to support compaction rpc service. - [x] Introduce `NodeType` and enable the deployment...
## Rationale Improving WAL based on local disk. This is a follow-up task for #1552. ## Detailed Changes 1. Make MAX_FILE_SIZE configurable. 2. Allocate enough space when creating a segment...
### Describe This Problem To implement a WAL based on the local disk, in addition to using segment files to record logs, it is also necessary to use another file...
### Describe This Problem The document supports the Date type, but the SDK does not support writing the Date type. Ref: https://horaedb.apache.org/docs/user-guide/sql/model/data_types/ ### Proposal SDK supports writing `Date` type. -...
### Describe This Problem [rust-jemalloc-pprof](https://github.com/polarsignals/rust-jemalloc-pprof) is a cool project to do memory perf. ### Proposal Add a new HTTP endpoint `/debug/pprof/heap` to serve the profiling. ### Additional Context _No response_
### Describe This Problem I encountered an error in pr #1573 when run Checks `check-pr-title`: `PR title does not follow the convention, the pattern: ^(feat|fix|docs|refactor|chore)((.+))?!?: .+$` because the pr title...
### Describe This Problem The subproblem for #1545 . Currently, the compaction offload lacks integration tests. Impl these tests is crucial for ensuring the reliability and correctness of the compaction...
## Rationale Close #1571 ## Detailed Changes - Impl `compact` as pre-command for sqlness, with http compaction service. - update integration tests to test compaction offload. ## Test Plan
## Rationale The subtask to support compaction offloading. See #1545 ## Detailed Changes **Compaction node support remote compaction service** - Define `CompactionServiceImpl` to support compaction rpc service. - Introduce `NodeType`...