Skip to content

v1.2.5

Compare
Choose a tag to compare
@MichaelLeeHZ MichaelLeeHZ released this 08 Aug 11:03

Major Features

  • Support OceanBase as object store backend(stable now!)
  • Compaction
    • support compact same table concurrently #1101
    • support pick sst by sequence order, this is required to avoid data corruption for overwrite table #1041
  • Improve the stability of CeresDB
    • ensure shard is opened once #1080
    • add shard status when heartbeat to meta #1082
  • Enhancement on query and write
    • avoid write queue full block #1065
    • avoid prefetching all sst streams at once #1069
    • improve performance of thetasketch distinct #1102
    • query requests dedup #1100
    • string type support dictionary, this will reduce memory consumption by 30% in our experiments #993, #1049, #1068
  • Improve the performance of recovery
    • make obkv wal opening more parallelly #1129

What's Changed

Full Changelog: v1.2.4...v1.2.5