V1.0.1
Version information
-
Release date: December 29, 2025
-
Version: V1.0.1
-
RPM version: seekdb-1.0.1.0-100000392025122619
New features
Vector index enhancements
-
HNSW-BQ distance metrics: Added support for IP (inner product) and cosine distance metrics for the
hnsw_bqindex type. (7aecf39c) -
Increased vector search limit: Raised the
ef_searchlimit to 160,000. (79111e92)
Bug fixes
Vector index fixes
- Fixed the issue where multiget rows in vector indexes are not equal (b955f8c1)
- Fixed the expression crash and empty data issue in vector indexes (b329ac7a)
- Fixed the insertion issue for heap tables with semantic indexes during repeated key updates (19a672f3)
- Fixed the selection issue for heap tables with vector indexes when the IN list expression is rewritten to a subquery (628f2eee)
- Fixed the issue where the insert bitmap is set even when adding a vector fails during incremental HNSW supplementation (0d8355f2)
- Fixed the memory leak in sparse vectors (93bcb851)
- Fixed the construction error of insert_bitmap (1fc4f1d4)
- Fixed the crash issue during parsing of sparse vectors (aa5b651e)
- Fixed the parallel DML error in vector indexes (2c6b6501)
- Fixed the alter table drop index issue for HNSW heap tables (32145b5c)
- Fixed the issue where the vector index offline DDL is suspended when the creation fails (7262d305)
- Fixed the HNSW repeated key update insertion issue (666df298)
- Fixed the issue where the memory of the IVF build assistant is not cleared (4792ef0b)
Semantic index fixes
- Fixed the issue where the semantic index refresh task returns error 4377 (5c18b3ce)
- Fixed the semantic index refresh error 4002 on heap tables with subpartitions (d85c6b98)
- Fixed the semantic index refresh error 6005 (dcf78c58)
- Fixed the issue where the semantic index task returns error 4016 due to a null pointer (cd0382c7)
- Fixed the crash issue during semantic index refresh when decomposing an embedding task (ea665790)
- Fixed the memory bloat issue in semantic index refresh tasks (8664da62)
- Fixed the semantic index rebuild error 4016 (db7ced0c)
- Fixed the issue where the semantic index manual rebuild is suspended (b55102ff)
- Fixed the memory leak issue in the AI service daemon during semantic index refresh tasks (2f10d62c)
- Fixed the issue where the semantic_distance function returns error 1210 for empty strings (aed0d544)
- Fixed the insertion issue for heap tables with semantic indexes during repeated key updates (19a672f3)
- Fixed the issue where the semantic index refresh task returns error 5024 (d21c6971)
- Fixed the issue where the semantic index refresh task returns error 4016 (fa91585c)
Full-text search fixes
- Fixed the issue where full-text search queries ignore the index_back dimension due to function lookup (3e722c89)
- Fixed the issue where the BM25 maximum score parameter is skipped on mini/minor SSTables (62b8aa62)
- Fixed the issue where index merge plans are not allowed when queries contain ES match (d469e190)
- Fixed the issue where error 4016 occurs in ES match when setting index merge (e2ba5933)
- Fixed the tokenization issue in the AND operator (e4d1f12a)
- Fixed the memory leak issue in the IK dictionary when loaded with different names (e21d828f)
Other fixes
- Fixed an error in computing the update parallelism when the update is deleted (2fda21a0)
- Fixed an issue with the correctness of index creation in PDML (9f3002e9)
- Fixed error 5500 in updating and inserting duplicate keys (02167423)
- Fixed an SQL warning exception during the refresh of a system package materialized view (8996cebf)
- Fixed an issue where nested requests cannot be processed (e11f87ab)
- Fixed a crash caused by incorrect static type conversion (a44b2526)
- Fixed a memory leak in ServerObjectPool (beeb04d0)
- Optimized the restart performance. (c8342b5f)
- Optimized the timezone refresh to reduce CPU consumption. (7e1cb41e)
Upgrade notes
This release supports upgrading from V1.0.0 to V1.0.1.