Release date: January 04, 2025
This version fixes the following critical issues:
- Automatic alteration of the table may lead to inconsistent metadata.
- Compaction doesn't use files in the local cache.
Notes
This version modifies the default object storage cache paths:
- The path for write cache has changed from the default
{data_home}/object_cache/write
to {data_home}/cache/object/write
.
- The path for read cache has changed from the default
{data_home}/object_cache/read
to {data_home}/cache/object/read
.
- When configuring write cache and read cache, only the root directory of the cache needs to be specified, which defaults to
{data_home}
.
We recommend that users no longer manually configure the cache paths after version 0.11, as the database can automatically set appropriate paths.
🚀 Features
- feat(bloom-filter): add memory control for creator by @zhongzc in #5185
- feat(bloom-filter): add bloom filter reader by @zhongzc in #5204
- feat(index-cache): abstract
IndexCache
to be shared by multi types of indexes by @zhongzc in #5219
- feat: logs query endpoint by @waynexia in #5202
- feat(mito): parquet memtable reader by @v0y4g3r in #4967
- feat(bloom-filter): impl batch push to creator by @zhongzc in #5225
- feat: introduce the Limiter in frontend to limit the requests by in-flight write bytes size. by @zyy17 in #5231
- feat: add some critical metrics to flownode by @waynexia in #5235
- feat(flow): check sink table mismatch on flow creation by @discord9 in #5112
- feat: Add
vec_mul
function. by @linyihai in #5205
- feat(bloom-filter): integrate indexer with mito2 by @zhongzc in #5236
- feat(bloom-filter): bloom filter applier by @waynexia in #5220
- feat(config): add bloom filter config by @zhongzc in #5237
- feat(mito): add bloom filter read metrics by @zhongzc in #5239
- feat: init PgElection with candidate registration by @CookiePieWw in #5209
- feat(vector): add vector functions
vec_sub
& vec_sum
& vec_elem_sum
by @KKould in #5230
- feat: add sqlness test for bloom filter index by @waynexia in #5240
- feat: add
vec_div
function by @linyihai in #5245
- feat: update partition duration of memtable using compaction window by @evenyag in #5197
- feat: override
__sequence
on creating SST to save space and CPU by @waynexia in #5252
- feat(log-query): implement pagination with limit and offset parameters by @waynexia in #5241
- feat: hints all in one by @fengjiachun in #5194
- feat: support add if not exists in the gRPC alter kind by @evenyag in #5273
- feat: bump opendal and switch prometheus layer to the upstream impl by @waynexia in #5179
🐛 Bug Fixes
🚜 Refactor
- refactor: remove unnecessary wrap by @WenyXu in #5221
- refactor: support to convert time string to timestamp in
convert_value()
by @zyy17 in #5242
- refactor: adjust index cache page size by @CookiePieWw in #5267
- refactor: flow replace check&better error msg by @discord9 in #5277
📚 Documentation
- docs: add greptimedb-operator project link in 'Tools & Extensions' and other small improvements by @zyy17 in #5216
⚙️ Miscellaneous Tasks
Build
New Contributors
All Contributors
We would like to thank the following contributors from the GreptimeDB community:
@CookiePieWw, @KKould, @WenyXu, @chenmortal, @discord9, @evenyag, @fengjiachun, @linyihai, @nicecui, @paomian, @shuiyisong, @sunng87, @v0y4g3r, @waynexia, @yihong0618, @zhongzc, @zyy17