Features
-
Unlimited String Support removes the limitations with unlimited-width
strings that were present in prior versions; now, full support for:
- Scalar column functions
- Aggregate column functions
- Subqueries requiring a temporary view to be created
-
SQL operations:
JOINWHEREGROUP BYORDER BYEXCEPTINTERSECTUNIONCREATE TABLE ... AS
-
Array Type
-
Scalar functions
ARRAY_ITEMARRAY_LENGTHARRAY_LOWERARRAY_NDIMSARRAY_TO_STRINGARRAY_UPPERSTRING_TO_ARRAY
-
Aggregate functions
ARRAY_AGG
-
Table functions
UNNEST_JSON_ARRAY
-
Scalar functions
-
JSON Type
-
Scalar functions
JSON_ARRAYJSON_ARRAY_APPENDJSON_ARRAY_CONTAINSJSON_CARDINALITYJSON_EXISTSJSON_KEYSJSON_LENGTHJSON_MAKE_ARRAYJSON_OBJECTJSON_PRETTYJSON_QUERYJSON_REPLACEJSON_TYPEJSON_VALUE
-
Aggregate functions
JSON_ARRAYAGG
-
Table functions
UNNEST_JSON_ARRAY
-
Scalar functions
-
Vector Type
-
Column functions
L1_NORML2_NORMLINF_NORMLP_NORMNTHSIZE
-
Search functions
COSINE_DISTANCEDOT_PRODUCTEUCLIDEAN_DISTANCEL1_DISTANCEL2_DISTANCEL2_SQUAREDISTANCEL2_DISTSQLINF_DISTANCELP_DISTANCE
-
Column functions
- Storage Optimization reduces size of data on disk by 50%
- Improved Performance in TPC-DS benchmarks versus previous versions
-
Store-only column type is no longer supported, as it is no longer needed;
VARCHARcolumns marked as store-only in 7.1 instances will be automatically supported as unrestricted-width strings after upgrade to 7.2.
Version 7.2.3
Build Date: 2025.08.28Overview
Kinetica 7.2.3 delivers a major step forward in performance, resilience, and developer productivity. This release introduces on-disk column compression, enterprise-grade backup orchestration, expanded support for graph querying through PGQ/GQL, and native Kafka integration for high availability.On-Disk Column Compression
- Improved storage efficiency with column compression algorithms.
- Reduces on-disk footprint and accelerates query performance, especially for large analytic workloads.
- Transparent to applications—no schema or query changes required.
SQL-Orchestrated Full & Incremental Hot Backup
- New SQL-orchestrated commands to manage both full and incremental backups.
- Supports hot backups, allowing users to back up active systems without downtime.
- Enables fine-grained scheduling and recovery workflows directly from SQL, simplifying administration.
PGQ/GQL Graph Query Language Support
- Added Kinetica SQL/PGQ.
- Support for Property Graph Queries (PGQ) and Cypher-compatible Graph Query Language (GQL).
- Unlocks advanced graph analytics directly within Kinetica’s GPU-accelerated engine.
- Supports use cases such as fraud detection, network analysis, supply chain optimization, and entity resolution.
Native Kafka Support for HA Data Replication
- Built-in integration with Apache Kafka to replicate data streams across clusters for high availability (HA).
- Enables continuous, fault-tolerant replication between primary and standby sites.
- Improves recovery objectives (RPO/RTO) for mission-critical workloads.
Version 7.2.2
Build Date: 2024.09.21SQL/OLAP
- HNSW index support for vector similarity search
Infrastructure
- Parallelized group-by output handling
- Added support for
DICTproperty on unrestricted-length string columns to enable dictionary encoding on them
UI
-
Single sign-on (SSO) for Reveal, Workbench, and GAdmin with OAuth/OIDC
Requires KAgent 7.2.2.0+ for configuration
Version 7.2.1
Build Date: 2024.08.27SQL/OLAP
- Added support for remote models and table functions to generate embeddings using those models
- New UDF is included to automatically perform RAG across multiple SQL-GPT contexts to choose the relevant contexts and tables when generating SQL
-
Added
KI_HINT_RECURSIVE_EXPLAINto show operations on materialized view base tables and recursively do the same for base tables that themselves are materialized views in any explain plan. This supports getting an explain plan for a materialized view by executing: -
Added new
system-wide, directory, and UDF
CREATEpermission, as well asCREATEpermission for all object types within schemas -
Added
KI_HINT_NO_SHADOW_CUBEto disable use of the Shadow Cube for caching queries within worker processes -
Added support for the following scoped hints:
KI_HINT_MATERIALIZEKI_HINT_GROUPBY_PKKI_HINT_NO_VIRTUAL_UNION
-
Added support for
KI_HINT_JOB_USER_DATA(user_text)hint for user to provide the query tag that will appear in the Jobs list
Infrastructure
- Reduced memory usage in head rank for unsharded group-by operations
- Optimized processing for very high cardinality group-by operations
- Improved tiered storage flexibility by allowing foreign key indexes to evict from RAM
UI
- Added support in Workbench for viewing query status and metrics after a query is executed in a SQL block.