Lists Hologres feature releases and bug fixes by version.
Starting in April 2026, this document will no longer be updated. For future Hologres feature updates, refer to the release notes in the Release notes by engine version.
2026
Hologres V4.1 (January 2026)
|
Core feature enhancements |
Description |
References |
|
Computing engine enhancements and performance optimization |
|
|
|
Deep lakehouse integration |
|
|
|
Multi-modal search and analysis |
|
|
|
Enterprise-grade O&M and system stability |
|
Hologres V4.1.11 (April 2026)
Improvements
-
Optimized resource estimation for large wide tables in Serverless Computing: Optimized resource estimation is now enabled by default for Serverless Computing, improving the accuracy of resource allocation for queries on large wide tables.
-
COPY ON CONFLICT DO UPDATE in batch mode now updates primary keys: Fixed an issue where ON CONFLICT DO UPDATE did not update primary key columns during batch COPY operations.
Bug fixes
|
Severity |
Description |
Affected versions |
Workaround |
|
P1 |
In data lake scenarios, ExpandConstArray does not expand correctly before CalculateBucketIds, which causes a coredump. |
Hologres V3.2 and later |
Upgrade to Hologres V4.1.11 or later. |
|
P1 |
A data mirror builds successfully, but queries do not use the mirror files because the system passes an incorrect file path. |
Hologres V3.2 and later |
Upgrade to Hologres V4.1.11 or later. |
|
P1 |
In scenarios with multiple Common Table Expression (CTE) consumers, global column ID inference is incorrect, which results in incorrect column lineage. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
Using an external files table without providing an OSS AccessKey pair (AccessKey ID and AccessKey secret) triggers a segmentation fault coredump. |
Hologres V4.1 |
Ensure an OSS AccessKey pair is configured, or upgrade to Hologres V4.1.11 or later. |
|
P2 |
The FE has a thread-safety issue when parsing SCRAM passwords. |
Hologres V4.1 |
Do not log on by using SCRAM, or upgrade to Hologres V4.1.11 or later. |
|
P2 |
When a version change in columnar storage fails, the handling logic is incorrect and may cause data inconsistency. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
Downgrading a table with streaming enabled becomes unresponsive if the memtable contains data. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
Nested Loop Join calls the Stop method on the right subtree's tracer more than once. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
EXPLAIN reports an error for higher-order array functions that contain lambda expressions. |
Hologres V4.0 and later |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
The recycle bin storage usage metric is reported only on the FE node with ID=1. Other FE nodes do not report it. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
The AUTO ANALYZE logic for external databases (using SLR/STS) is incomplete. |
- |
Upgrade to Hologres V4.1.11 or later. |
|
P2 |
Fast row count queries on external tables lack a timeout mechanism and can be blocked for a long time. |
- |
Upgrade to Hologres V4.1.11 or later. |
2025
Hologres V4.0 (September 2025)
|
Feature |
Description |
References |
|
Enhanced AI and retrieval capabilities |
|
|
|
Engine enhancements |
|
/ |
|
Dynamic Table |
(Beta) External Dynamic Tables write processed data back to Paimon in full or incremental mode, supporting near real-time warehouse-to-warehouse, lake-to-warehouse, warehouse-to-lake, and lake-to-lake processing. Combined with serverless instances, this enables ultra-low-cost data lake processing. |
|
|
Syntax enhancements |
This version supports the QUALIFY clause, letting you filter the results of window functions. |
|
|
Function and ecosystem extensions |
Enhanced compatibility with the ClickHouse ecosystem. This version adds support for multiple time truncation functions, including |
|
|
Serverless and elasticity |
|
|
|
Data lake analytics |
(Beta) MaxCompute data mirroring pre-warms data into mirrored internal tables with zero ETL, matching Hologres internal table query performance without dedicated synchronization jobs. |
/ |
Hologres V4.0.27 (April 2026)
Improvements
-
Optimized ANALYZE behavior for MaxCompute partitioned tables, improving the efficiency of ANALYZE operations and the accuracy of statistical estimates by sorting low-frequency storage partitions.
-
Reduced memory usage for building full-text search indexes, reducing memory usage during Tantivy index builds and removing unnecessary index counting logic.
Bug fixes
|
Severity |
Description |
Affected versions |
Workaround |
|
P0 |
Fixed a segmentation fault coredump triggered by |
Hologres V3.2 and later |
Upgrade to Hologres V4.0.27 or later. |
|
P0 |
Fixed an issue where reading an empty ORC file in MaxCompute returned a |
Hologres V4.0 |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed an issue where an incorrect progress ID for a data mirror caused a coredump when the DatalakeDataMirrorReplicationWorker started. |
Hologres V3.2 and later |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed an issue where ANALYZE returned incorrect statistical estimates for a MaxCompute partitioned table that contained a large number of low-frequency storage partitions. |
Hologres V3.0 and later |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed an issue that could cause a |
Hologres V3.1 and later |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed an XX000 internal error caused by a filter that improperly handled a CAST operation on a constant. This filter was derived from join-equivalent columns during preprocessing. |
Hologres V4.0 |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed a mutex lock issue with version changes for persisted snapshots during recovery, which caused snapshot creation to stall. |
Hologres V4.0 |
Upgrade to Hologres V4.0.27 or later. |
|
P2 |
Fixed an issue where refreshing an incremental Dynamic Table failed with an "abandon promise" error. |
Hologres V4.0 |
Upgrade to Hologres V4.0.27 or later. |
Hologres V3.2 (July 2025)
|
Core features |
Description |
Related documents |
|
Engine enhancements |
|
|
|
Dynamic Table |
|
|
|
Enhanced serving capabilities |
Fixed Plan now supports simple expressions, enabling high-QPS key-value point queries and writes across more scenarios. |
|
|
Function and ecosystem extensions |
Adds support for lambda expressions and higher-order array functions. |
|
|
Serverless capabilities |
|
|
|
Data lake analytics capabilities |
|
|
|
Ecosystem enhancements |
Adds support for trimming and compressing binary logs to reduce I/O consumption. |
/ |
Hologres V3.2.33 (April 2026)
Bug fixes
|
Severity |
Description |
Affected versions |
Workaround |
|
P2 |
Fixed an issue where monitoring metrics, such as DML deduplication, reported inflated values. |
Hologres V2.0 |
Upgrade to Hologres V3.2.33 or later. |
Hologres serverless instance (July 2025)
|
Feature |
Description |
Documentation |
|
The Hologres serverless instance (Beta) is available for a free, invitation-only preview. |
A new serverless instance type built on cloud-native architecture provides flexible, scalable Hologres computing and storage without pre-purchasing dedicated resources or incurring idle costs. To apply for a trial, fill out the form using your primary Alibaba Cloud account. |
Hologres V3.1 (April 2025)
|
Core feature enhancements |
Description |
Related documentation |
|
Dynamic table |
|
|
|
Serverless capabilities |
|
|
|
Performance optimization and query enhancements |
|
|
|
Data management and write optimization |
|
|
|
Function and ecosystem extensions |
|
|
|
Enterprise-grade feature upgrades |
|
|
|
Data lake analytics capabilities |
|
Hologres V3.1.47 (April 2026)
Bug fixes
|
Severity |
Description |
Affected versions |
Workaround |
|
P1 |
The Global Runtime Filter broadcasts excessive duplicate data during the build phase. |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
Hybrid DML uses incorrect acquire rundown logic when reading statistics. |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
Waiting for all Warehouse instances to synchronize a replay after table creation can cause an exception. |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
Using |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
A loss of filter logic for |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
Partition pruning for a MaxCompute foreign table fails when a |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
The |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
Only the FE node with |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
|
P2 |
A downgrade operation on a stream-enabled table can stall if the memtable contains data. |
Hologres V2.0 |
Upgrade to Hologres V3.1.47 or later. |
2024
Hologres V3.0 (September 2024)
|
Feature enhancements |
Description |
Related documentation |
|
Engine capability enhancements |
|
|
|
O&M and stability improvements |
|
|
|
Lakehouse integration |
|
Serverless Computing general availability (July 2024)
|
Feature enhancements |
Description |
Related documentation |
|
Hologres Serverless Computing completes its Beta phase |
Hologres Serverless Computing has completed its Beta phase, is now production-ready, and is covered by an SLA. It becomes generally available on July 1, 2024 (UTC+8). |
|
Hologres V2.2 (April 2024)
|
Feature enhancements |
Description |
Related documentation |
|
Engine capability enhancements |
|
|
|
O&M and stability improvements |
|
|
|
Ecosystem extensions |
|
2023
Hologres V2.1 (October 2023)
|
Feature |
Description |
Related documentation |
|
Engine enhancements |
|
|
|
O&M and stability improvements |
|
|
|
Ecosystem expansion |
|
Virtual warehouse instances (June 2023)
|
Feature |
Description |
Related documentation |
|
Virtual Warehouse instances |
These instances support multiple types of workload isolation within a single |
Hologres V2.0 (April 2023)
|
Feature |
Description |
Related documentation |
|
Engine enhancements |
|
|
|
O&M and stability improvements |
|
|
|
Ecosystem expansion |
|
2022
Hologres V1.3 (July 2022)
|
Feature |
Description |
References |
|
Engine enhancements |
|
|
|
O&M and stability improvements |
|
|
|
Ecosystem expansion |
|
2021
Hologres V1.1 (October 2021)
|
Feature |
Description |
Related documentation |
|
Operations and maintenance improvements |
|
|
|
Engine enhancements |
|
|
|
Foreign table enhancements |
|
|
|
Security enhancements |
|
Hologres V0.10 (May 2021)
|
Feature |
Description |
Related documentation |
|
Engine enhancements |
|
|
|
Foreign table query enhancements |
|
|
|
Performance optimizations |
|
/ |
|
Enterprise-grade O&M and security optimizations |
|
Hologres V0.9 (January 2021)
|
Feature |
Description |
Related documentation |
|
Engine enhancements |
|
|
|
Security enhancements |
|
2020
Hologres V0.8 (October 2020)
|
Core feature enhancements |
Description |
Related documentation |
|
Engine enhancements |
|
|
|
Security enhancements |
|
|
|
MaxCompute foreign table query constraints and limitations |
|