Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed May 22, 2024
1 parent 1f2105e commit 0da4062
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/release-notes/release-0-8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Release date: May 18, 2024

## 👍 Highlights

- Flow Engine: which brings continuous aggregation capabilities.
- Column Type Modification: allows users 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: 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: Users can now create tables in Append-only mode by setting the append mode during table creation.
- DROP DATABASE: enables swift deletion of all tables and resources under a database instance.
- New Table Partitioning Methods and Syntax: considering the future need for frequent partition changes such as automatic partitioning or repartitioning, we're developing a new partitioning syntax.
- `EXPLAIN ANALYZE <QUERY>`: analyze and optimize query statements swiftly in distributed mode.
- [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 0da4062

Please sign in to comment.