morningman opened a new issue, #20827:
URL: https://github.com/apache/doris/issues/20827

   [Release Note 1.2.4](https://github.com/apache/doris/issues/18762)
   
   ## Behavior Changed
   
   - The `start_be.sh` script will check that the maximum number of file 
handles in the system must be greater than or equal to 65536, otherwise the 
startup will fail.
   - The BE configuration item `enable_quick_compaction` is set to true by 
default. That is, the Quick Compaction is enabled by default. This feature is 
used to optimize the problem of small files in the case of large batch import.
   - After modifying the dynamic partition attribute of the table, it will no 
longer take effect immediately, but wait for the next task scheduling of the 
dynamic partition table to avoid some deadlock problems.
   
   ## Improvement
   
   - Optimize the use of bthread and pthread to reduce the RPC blocking problem 
during the query process.
   - A button to download Profile is added to the Profile page of the FE web UI.
   - Added FE configuration `recover_with_skip_missing_version`, which is used 
to query to skip the problematic replica under certain failure conditions.
   - The row-level permission function supports external Catalog.
   - Hive Catalog supports automatic refreshing of kerberos tickets on the BE 
side without manual refreshing.
   - Jdbc Catalog supports tables under the Mysql/Clickhouse system database 
(`information_schema`).
   
   ## Bug Fixes
   
   - Fixed the problem of incorrect query results caused by low-cardinality 
column optimization
   - Fixed several authentication and compatibility issues accessing HDFS.
   - Fixed several issues with float/double and decimal types.
   - Fixed several issues with date/datetimev2 types.
   - Fixed several query execution and planning issues.
   - Fixed several issues with JDBC Catalog.
   - Fixed several query-related issues with Hive Catalog, and Hive Metastore 
metadata synchronization issues.
   - Fix the problem that the result of `SHOW LOAD PROFILE` statement is 
incorrect.
   - Fixed several memory related issues.
   - Fixed several issues with `CREATE TABLE AS SELECT` functionality.
   - Fix the problem that the jsonb type causes BE to crash on CPU that do not 
support avx2.
   - Fixed several issues with dynamic partitions.
   - Fixed several issues with TOPN query optimization.
   - Fixed several issues with the Unique Key Merge-on-Write table model.
   
   ## Big Thanks
   
   Thanks all who contribute to this release:
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to