Skip to content

v1.2.7

Compare
Choose a tag to compare
@chunshao90 chunshao90 released this 10 Oct 06:06
· 456 commits to main since this release
99ae6e0

Major Features

Partition Table

  • Support random partition rule #1193
  • Avoid memory allocation during partition write requests #1208
  • Fix wrong text of show create table for partition table #1214
  • Improved partitioned table tests powered by tsbs #1195

Performance

  • Teach ceresdb to run the whole dist query process #1204
  • Support aggr push down in distributed query #1232
  • Store real time range in sst #1225
  • Use real time range to filter memtable #1233
  • Rewrite not in expr to in #1236
  • Dedup requests in proxy #1125
  • Support dedup execute physical plan #1237

Bug Fix

  • Fix deadlock when dedup stream read #1199
  • Fix panic when read data out of range by disk cache #1206
  • Fix lock contention on acquiring the arena stats #1207
  • Fix panic if dedupped query fails #1229

What's Changed

New Contributors

Full Changelog: v1.2.6...v1.2.7