Skip to content

Commit 4ad9963

Browse files
authored
docs: refine highlights (#2096)
1 parent 9095b35 commit 4ad9963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/release-0-17-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Release date: September 03, 2025
1717

1818
### 👍 Highlights
1919

20-
- **PromQL:**
21-
- Support TQL CTE in planner ([#6645](https://github.com/GreptimeTeam/greptimedb/pull/6645), [#6671](https://github.com/GreptimeTeam/greptimedb/pull/6671))
20+
- **Flow Support TQL(PromQL):**
21+
- TQL (Time Query Language) now integrates seamlessly with Flow, enabling advanced time-series computations such as rate calculations, moving averages, and other complex time-window operations. For more details, see [Using TQL with Flow for Advanced Time-Series Analysis](/user-guide/flow-computation/continuous-aggregation/#using-tql-with-flow-for-advanced-time-series-analysis).
2222
- **Performance:**
2323
- Optimize sparse encoder with a 235% performance boost ([#6809](https://github.com/GreptimeTeam/greptimedb/pull/6809))
2424
- Introduced region pruning ([#6729](https://github.com/GreptimeTeam/greptimedb/pull/6729), [#6752](https://github.com/GreptimeTeam/greptimedb/pull/6752)).
2525
- **Procedure:**
26-
- Introduce table reconciliation procedures to repair metadata inconsistency between metasrv and datanode.
26+
- Introduced table reconciliation procedures to automatically detect and repair metadata inconsistencies between Metasrv and Datanode. For more information, refer to the [table reconciliation documentation](/user-guide/deployments-administration/maintenance/table-reconciliation/).
2727
- **Remote WAL:**
2828
- Replace offset-based remote WAL pruning with size-based pruning strategy and other optimizations ([#6730](https://github.com/GreptimeTeam/greptimedb/pull/6730), [#6732](https://github.com/GreptimeTeam/greptimedb/pull/6732), [#6741](https://github.com/GreptimeTeam/greptimedb/pull/6741), [#6782](https://github.com/GreptimeTeam/greptimedb/pull/6782), [#6816](https://github.com/GreptimeTeam/greptimedb/pull/6816), [#6856](https://github.com/GreptimeTeam/greptimedb/pull/6856)).
2929

0 commit comments

Comments
 (0)