Ruixiang Tan
Ruixiang Tan
It closes #874
It closes #896
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation There are many places in the code that use std::stol. Replace...
### Describe this problem New contributor still need to sign CLA. https://github.com/apache/incubator-horaedb/pull/1448
### Who is using HoraeDB? Thank you for using HoraeDB, we will try our best to make HoraeDB better and the community more active. ### Motivation of this issue -...
### Describe This Problem We need new version to replace something like `import " github.com/CeresDB/horaedb-client-go/horaedb"` ### Proposal - [ ] https://github.com/apache/incubator-horaedb-client-java - [ ] https://github.com/apache/incubator-horaedb-client-rs - [ ] https://github.com/apache/incubator-horaedb-client-go -...
### Describe This Problem The introduction of [opendal](https://github.com/apache/incubator-opendal) as our object_store dependency has been considered [before](https://github.com/CeresDB/ceresdb/issues/608). We would very much welcome someone from the community who can continue to push...
### Describe This Problem `SQLite` have vary tests for ensuring database's corrects.But most of these tests are using `sqllogictest` framework's format, If we Introduce the `sqllogictest` framework, we can benefit...
### Describe This Problem Join is one of the foundational operators of databases, and a large portion of datafusion's current optimization is focused on join optimization. We can support join...
### Describe This Problem Implementing a column-based memtable We'll be developing in the `impl-column-based-memtable` branch, which will eventually merge into the main branch using cherry-pick. ### Proposal Implementing a column-based...