Title here
Summary here
Random Read Write Object Format
Get StartedOptimize storage space by using copy-on-write space allocation strategy, deferring data space allocation until first modification in block level granularity.
Random read and write data direct on S3 at block aligned boundary.
Organized data blocks together with meta blocks in log structured on-disk format.
Capture every data change to provide the ability to archieve near zero RPO.
File-like API for applications to easy integration to provide sparse file, truncate, write zero and other capabilities.
Rollback to any point in time from perserved checkpoint data.