Skip to content

Commit

Permalink
docs: add v0.8.0 highlights (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: Yiran <cuiyiran3@gmail.com>
  • Loading branch information
WenyXu and nicecui authored May 22, 2024
1 parent 63ea52c commit e1366e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/release-notes/release-0-8-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# v0.8.0

Release date: May 17, 2024
Release date: May 18, 2024

## 👍 Highlights

- [Flow Engine](https://docs.greptime.com/user-guide/continuous-aggregation/overview): which brings continuous aggregation capabilities.
- [Column Type Modification](https://docs.greptime.com/reference/sql/alter#modify-column-type): allows you to effortlessly alter the data type of columns within a table without the hassle of rebuilding the table or manually migrating data.
- [Cluster Management Information Table](https://docs.greptime.com/reference/sql/information-schema/overview): allows querying for information about the cluster. This functionality aids administrators in monitoring and managing the health status of the database cluster, facilitating prompt issue detection and resolution.
- [Append-only Tables](https://docs.greptime.com/reference/sql/create#table-options): You can now create tables in Append-only mode by setting the append mode during table creation.
- [DROP DATABASE](https://docs.greptime.com/reference/sql/drop.md#drop-database): enables swift deletion of all tables and resources under a database instance.
- [`EXPLAIN ANALYZE <QUERY>`](https://docs.greptime.com/reference/sql/explain.md): analyze and optimize query statements swiftly in distributed mode.

## Breaking changes

Expand Down

0 comments on commit e1366e8

Please sign in to comment.