MyGit

3.3.1

StarRocks/starrocks

版本发布时间: 2024-07-19 11:31:01

StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)

Release date: July 18, 2024

New Features

Improvements

Bug Fixes

Fixed the following issues:

Behavior Changes

Downgrade notes

To downgrade a cluster from v3.3.1 or later to v3.2, users must clean all temporary tables in the cluster by following these steps:

  1. Disallow users to create new temporary tables:

    ADMIN SET FRONTEND CONFIG("enable_experimental_temporary_table"="false"); 
    
  2. Check if there are any temporary tables in the cluster:

    SELECT * FROM information_schema.temp_tables;
    
  3. If there are temporary tables in the system, clean them up using the following command (the SYSTEM-level OPERATE privilege is required):

    CLEAN TEMPORARY TABLE ON SESSION 'session';
    

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-07-19发行的版本