These enhancements were added for all platforms unless specified in the title for a specific platform.
VantageCloud Lake Supported AWS Regions
VantageCloud Lake on AWS is now available in the following region:
| VantageCloud Lake Supported AWS Regions | |
|---|---|
| Region Name | Region |
| Europe (Frankfurt) | eu-central-1 |
VantageCloud Lake Supported Azure Regions
VantageCloud Lake on Azure is now available in the following regions:
| VantageCloud Lake Supported Azure Regions | |
|---|---|
| Region Name | Region |
| West US 2 (Washington) | westus2 |
| UK South (London) | uksouth |
Open Table Format Support
| Open Table Format | Supported Data File Format | Supported Catalogs | Supported Object Stores |
|---|---|---|---|
| Iceberg |
|
Iceberg Write Java for Hive and Glue catalogs |
|
| Delta Lake | Parquet | Delta Lake Databricks/Unity catalog on AWS and Azure |
|
See Open Table Format Data Types for supported compression types and data type mapping information.
Unified Query Summary
Queries now offers a Unified Query Summary view which combines active, failed, and completed queries in one view. You can search, refresh, cancel, and narrow down the time period for the view.
OFS MERGE INTO Statement
The MERGE INTO function is now supported on the primary and compute clusters for Object File Storage (OFS) tables.
There can be different execution plans for primary and compute clusters based on different kind of source and target table combinations:
- Target-OFS, Source-OFS
- Target-OFS, Source refers more than one OFS tables
- Target-OFS, Source refers both OFS and BFS tables
- Target-OFS, Source-BFS
- Target-BFS, Source-OFS
See MERGE Usage Notes.
Enhanced Diagnostics and Extended Logging Capabilities
The enhanced Extended DBQL statistics allow for more granular data collection, enabling the isolation of specific express step executions at the AMP level and their associated user SQL.
The elapsed times of step execution can be readily determined at the AMP level.
Additionally, you can obtain the associated resource usage to identify potential bottlenecks such as CPU or IO. With this feature, the elapsed times can be as precise as microseconds due to the new data being collected.
See BEGIN QUERY LOGGING and SHOW QUERY LOGGING.
New Unbounded Array Framework Functions
The following Unbounded Array Framework functions were added:
- TD_KALMAN_FORECASTER. Generates a forecast and related metrics in secondary output layers. This function extends the linear regression model by accepting time-varying regression coefficients. See TD_KALMAN_FORECASTER.
- TD_SMOOTHMA_FORECASTER. Applies a user-selected smoothing function to an input series, creating new time series highlighting the trend along with a naïve forecast. See TD_SMOOTHMA_FORECASTER.
TD_SHAP
TD_SHAP is a method to explain individual predictions (feature contributions) for a machine learning model based on the cooperative game theory. See TD_SHAP.