Skip to content

v1.0.0-alpha01

Compare
Choose a tag to compare
@jiacai2050 jiacai2050 released this 01 Dec 12:20
· 1001 commits to main since this release
65e9eb7

Major features

  • Improve query performance
    • Utilize the bloom filter stored in the sst meta data to do filtering on the row groups according to the provided predicate
    • Refactor sst cache based on weighted LRU.
    • Add a new async parquet reader.
    • Support get_range api in aliyun oss to avoid OOM when sst is large.
    • Add memory based cache for object store.
  • Improve CeresDB cluster mode
    • Implement distributed wal based on kafka.(unstable)
    • Implement expansion and transferLeader control with ceresmeta.(unstable)
    • Refactor cluster metadata management in ceresemta.
  • Bug fix
    • Fix some bugs in WAL on OBKV.
    • Fix encoding bug in hybrid storage format.
    • Correct the order of the columns to be consistent with the order in which the user created the table. by @dust1
  • SDK

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.0-alhpa01