CooooolFrog
CooooolFrog
**Description** We implemented basic dynamic cluster mode in version 0.4. However, the consistency and correctness of the cluster cannot be guaranteed. We need a solution that ensures that clusters are...
**Description** We implemented the cluster management capability of CeresDB with `Procedure`, but `Procedure` only provides shard's scheduling functionality, and it does not actively check CeresDB's cluster state. The ability to...
**Description** In order to achieve disaster recovery of shard operation, we need to support the persistent storage of `Procedure`. When CeresMeta restarts each time, the data of `Procedure` is loaded...
**Description** After realizing the basic functions of each procedure, we need to implement fault tolerance for the procedure, add `rollback` and `cancel` for the procedure. **Proposal** - [ ] Implement...
### Describe This Problem Currently, HoraeDB only supports Aliyun OSS and AWS S3 as object storage implementations. We hope to support more object stores to facilitate deployment in various environments....
## Rationale In some object storage and test scenarios, the support for the multi upload function is incomplete, and we need to directly use put to replace it. ## Detailed...