You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OceanBase is a highly reliable, distributed relational database. Currently, it can be used as a write-ahead log (WAL) for CeresDB. If OceanBase can be used as an object store for CeresDB, it would decrease CeresDB's dependencies and improve stability.
## Related Issues
Closes#912
## Detailed Changes
Define a trait `CloudMultiPartUploadImpl` that can be implemented by
cloud-based object stores, which refers to `object_store` in `arrow_rs`.
## Test Plan
Test in #887
---------
Co-authored-by: WEI Xikai <[email protected]>
Describe This Problem
OceanBase is a highly reliable, distributed relational database. Currently, it can be used as a write-ahead log (WAL) for CeresDB. If OceanBase can be used as an object store for CeresDB, it would decrease CeresDB's dependencies and improve stability.
Proposal
This work can be split into 3 parts:
CloudMultiPartUploadImpl
that can be implemented by cloud-based objectstores; This part refer toobject_store
inarrow_rs
; See detail in feat: Implement multipart upload of object store #913Additional Context
No response
The text was updated successfully, but these errors were encountered: