Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@evenyag evenyag released this 05 Mar 12:26
· 1268 commits to main since this release
5d644c0

What's Changed

Highlights

  • Metric Engine: handles a large number of small tables, making it particularly suitable for cloud-native monitoring.
  • Region Migration: enhances the user experience and simplifies region migrations with straightforward SQL commands.
  • Inverted Index: dramatically improves the efficiency of locating data segments relevant to user queries, significantly reducing the IO operations needed for scanning data files and thus accelerating the query process.

Features:

Breaking Changes

  • feat!: switch prom remote write to metric engine by @waynexia in #3198
  • refactor!: rename initialize_region_in_background to init_regions_in_background by @WenyXu in #3216
  • feat!: new partition grammar - parser part by @waynexia in #3347

Fixes

New Contributors

Full Changelog: v0.6.0...v0.7.0