Skip to content

Commit

Permalink
Update release-2.3.md (#8875)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellolilyliuyi committed Jul 18, 2022
1 parent a4aa2f0 commit 110cb4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/release_notes/release-2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

- A global dictionary supports updates during real-time data ingestion,thus optimizing query performance and doubling query performance of string data.

- [Preview] Stream Load provides a transaction interface that supports splitting the execution of "sending data" and "submitting transaction", enabling two-phase commit of transactions that stream data by using external systems such as Apache Flink® or Apache Kafka® and improve loading performance in highly concurrent scenarios. For example, when data stream into StarRocks by using Flink, the transaction interface allows for simultaneous data reception and data sending, and your transaction can be submitted at a proper time to complete a batch load. This way, the client side does not need to cache each batch of data. This reduces the memory usage on the client side and provides guarantees for the exactly-once commits of transactions. In addition, the transaction interface also supports the loading of multiple small files as a single batch. For more information, see [Load data by using Stream Load transaction interface](../loading/Stream_Load_transaction_interface.md).

- The CREATE TABLE AS SELECT statement can be executed asynchronously and write results to a new table. For more information, see [CREATE TABLE AS SELECT](sql-reference/sql-statements/data-definition/CREATE%20TABLE%20AS%20SELECT.md#create-table-as-select).

- Support the following resource group-related features:
Expand Down

0 comments on commit 110cb4d

Please sign in to comment.