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 1 commit
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
12 changes: 11 additions & 1 deletion docs/release-notes/release-0-8-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# v0.8.0

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

## 👍 Highlights

- Flow Engine: which brings continuous aggregation capabilities.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- 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.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- 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.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- Append-only Tables: Users can now create tables in Append-only mode by setting the append mode during table creation.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- DROP DATABASE: enables swift deletion of all tables and resources under a database instance.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- 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.
nicecui marked this conversation as resolved.
Show resolved Hide resolved
- `EXPLAIN ANALYZE <QUERY>`: analyze and optimize query statements swiftly in distributed mode.
nicecui marked this conversation as resolved.
Show resolved Hide resolved

## Breaking changes

Expand Down