docs/en/release_notes/release-2.1.md
Release date: September 6, 2022
enable_check_string_lengths to check the length of loaded data. This mechanism helps prevent compaction failures caused by VARCHAR data size out of range. #10380The following bugs are fixed:
Release date: August 9, 2022
Added two parameters, bdbje_cleaner_threads and bdbje_replay_cost_percent, to speed up metadata cleanup in BDB JE. #8371
The following bugs are fixed:
/api/query_detail action to return incorrect execution information about SQL statements such as SHOW FRONTENDS. #9185no delete vector found tablet) when querying the table. #9192Release date: July 9, 2022
The following bugs are fixed:
count distinct function to return unexpected results. #7659Release date: June 24, 2022
The following bugs are fixed:
DESC SQL. #7309Release date: June 9, 2022
The following bugs are fixed:
Release date: May 26, 2022
For window functions in which the frame is set to ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW, if the partition involved in a calculation is large, StarRocks caches all data of the partition before it performs the calculation. In this situation, a large number of memory resources are consumed. StarRocks has been optimized not to cache all data of the partition in this situation. 5829
The following bugs are fixed:
Release date: May 10, 2022
The following bugs are fixed:
Release date: April 27, 2022
The following bugs are fixed:
Release date: April 8, 2022
UUID_NUMERIC function is supported, which returns a LARGEINT value. Compared with UUID function, the performance of UUID_NUMERIC function can be improved by nearly 2 orders of magnitude.The following bugs are fixed:
CAST function are different in StarRocks version 1.19 and 2.1. #4701Release date: March 19, 2022
The following bugs are fixed:
Release date: March 14, 2022
The following bugs are fixed:
Release date: February 24, 2022
Alter table.create table statement.The following bugs are fixed:
The API for disabling a Colocation Group is changed from DELETE /api/colocate/group_stable to POST /api/colocate/group_unstable.
flink-connector-starrocks is now available for Flink to read StarRocks data in batches. This improves data read efficiency compared to the JDBC connector.