Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add v0.8.0 highlights #972

Merged
merged 2 commits into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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