v0.9.2
Β· 4 min read
Release date: August 19, 2024
π Highlightsβ
- #4545: Improve the performance of
count(*)
for append-only tables. - #4552: Allow more than one segment for full-text index to handle a large number of rows.
π Featuresβ
- feat: introduce new kafka topic consumer respecting WAL index by @WenyXu in #4424
- feat: flow recreate on reboot by @discord9 in #4509
- feat: change the default selector to RoundRobin by @fengjiachun in #4528
- feat: add SASL and TLS config for Kafka client by @WenyXu in #4536
- feat(log_store): introduce the
IndexCollector
by @WenyXu in #4461 - feat(flow): add some metrics by @discord9 in #4539
- feat(flow): add
eval_batch
for ScalarExpr by @discord9 in #4551 - feat: implement postgres kvbackend by @lyang24 in #4421
- feat: add GcsConfig credential field by @daviderli614 in #4568
- feat: able to handle concurrent region edit requests by @MichaelScofield in #4569
- feat(log_store): introduce the CollectionTask by @WenyXu in #4530