Maintenance Release Changelog
On this page
2023-10-31 Version 7. 6. 33
-
Fixed a potential security issue with creating users and ignoring password validation.
-
Fixed some cases where
APPROX_erroneously included nulls in the count.COUNT_ DISTINCT_ ACCUMULATE
2023-10-17 Version 7. 6. 32
-
Fixed an issue where the root password failed to initialize during startup when the
@@password_variable is set to a value greater than zero.min_ uppercase_ chars -
Fixed an issue where unlimited storage databases stored on Amazon S3 could run out of connections under intense loads.
-
Fixed a bug where an aggregator result table hits a lockdown when
sql_is set.select_ limit -
Fixed a memory leak issue in the
memsql_process.exporter -
Fixed an issue where
VECTOR_was returning incorrect results on shard tables.MUL
2023-08-14 Version 7. 6. 31
-
Added support for Control Group v2 (cgroup v2).
-
Fixed a potential crash in NFS backup when encountering an IO error.
-
Fixed a JSON formatting issue for the
PARTITION_event inUNRECOVERABLE MV_details column.EVENTS
2023-06-26 Version 7. 6. 30
-
Fixed an issue where memory accumulates over time if reshuffle or repartition operators are executed for many unique query shapes.
-
Fixed unlimited storage S3 multipart uploads to properly retry on 200 responses which contain an embedded "SlowDown" error, instead of failing immediately.
-
Improved the performance of a left join of a reference table with a sharded table by pushing the reference table clauses to the leaves.
The engine variable disable_must be set to "OFF" to enable this operation.reference_ table_ leftjoin_ where_ pushdown -
Fixed a rare case where the query optimizer re-wrote a query into a non-equivalent query which produced more result rows.
2023-05-22 Version 7. 6. 29
-
Fixed a bug where the
DEFAULT NOW()data type and theUUID/SYS_functions get ignored in some cases when specified on a column in the primary key.GUID -
Fixed an issue where errors could occur during backup when large files are copied.
-
Fixed an issue with
DATETIMEcolumns withON UPDATE CURRENT_defaults that could cause incorrect results.TIMESTAMP -
Fixed an issue where a NULL could be pushed down to a union which could cause the type-cast/collation to be lost, resulting in an error: "Operation 'Scanning a hash join build' is not allowed".
-
The
sql_session variable now shows up inmode SHOW VARIABLESand the mv_global_ variables view. -
Fixed an issue that could cause an incorrect error message to be generated on an out of memory error.
-
Improvements to memsql_
exporter: Improved error handling and reduced memory usage. -
Fixed an issue where, in rare cases, an
UPDATEstatement with a left join in the filter clauses could fail to execute. -
Fixed an issue where replica blobs could be loaded into the blob cache with an incorrect LRU timestamp.
-
Fixed an issue where
CLEAR ORPHAN DATABASEcould cause data loss if run when the master aggregator has a database in an unrecoverable state. -
Fixed an issue where the memory used by an external function was not being freed quickly enough.
-
Improved error logging when a
SELECT.command fails dues to a large row result.. . INTO S3
2023-04-10 Version 7. 6. 28
-
Fixed a potential crash issue in
UPDATEqueries that involve joins and that have scalar subselects inSETclauses. -
Updated timezone metadata to include Mexico's latest timezone change.
-
Improved the parsing performance of queries that contain several tables.
-
Fixed an error that could occur when attaching databases with a snapshot file of greater than 5 GB.
-
Fixed an error caused by setting the
collation_global variable to a non-default value when performing aserver REBALANCE PARTITIONSresource availability check. -
Fixed an issue where too many rows are sampled from columnstore tables with more than 1 billion rows.
-
Improved error handling when restoring from an incomplete incremental backup.
-
Fixed an issue with missing row counts during optimization when sampling is disabled.
2023-03-13 Version 7. 6. 27
-
Added the ability to cache histogram results during optimization to reduce the work performed by the histograms.
-
Fixed an issue with the schema registry so only superusers can see redacted pipeline metadata such as credentials and URLs.
-
Sampling will no longer be used for table size estimation when statistics are present.
-
Fixed a parsing issue for queries containing multi-line comments near
GROUP BYorORDER BYclauses. -
Added support for incremental backups to blob stores where a single partition contains more than 5 TB of data.
-
Fixed an issue causing incorrect trace messages in master logs where clocks were incorrectly advancing from "0".
2023-01-30 Version 7. 6. 26
-
Allow modifying the
json_engine variable as long as a computed column that modifies the shard key does not contain a call toextract_ string_ collation JSON_.EXTRACT_ STRING -
Added a new option,
SERVER_, to theV2 json_engine variable.extract_ string_ collation This new, recommended option is the default for new clusters, and allows comparison of utf8mb4 strings extracted from JSON to utf8 string constants. Existing clusters will retain their original setting upon upgrade. -
Added the
skip_engine variable, which controls when segment elimination will not use an IN list that is too large (default 1000 elements).segelim_ with_ inlist_ threshold -
Improved the performance of various commands (
SHOWcommands, DDL, etc.) when there are very many views or tables in the database (100s of thousands). -
Fixed a MySQL protocol incompatibility where SingleStore was not properly sending back the SERVER_
STATUS_ IN_ TRANS flag. This was impacting some MySQL php drivers. -
Improved the hash function used for strings.
-
THE
SHOW TABLE STATUSnow correctly displays views. -
The
SHOW STATUS EXTENDEDcommand contains a new "Gv_" key whose value is the current logical clock of the server.clock -
The
SHOW DATABASE STATUScommand contains a new "gv_" key whose value is the current logical clock of the server.clock -
Fixed an issue where the engine could crash during recursive set operations.
-
Fixed the case where the
REGEXP_andREPLACE REGEXP_expressions can produce non-utf8 strings by introducing the new engine variableSUBSTR regexp_.output_ validation_ mode Regular expression built-ins can produce non-utf8 strings because they don't have full support for multi-byte characters. The engine variable controls this behavior if regular expression built-ins return strings that are invalid under its collation settings. -
information_now correctly shows information about global temporary tables.schema. table_ statistics
2023-01-04 Version 7. 6. 25
-
Fixed an edge case issue which could cause the engine to hang during shutdown.
-
Fixed an issue that may cause the engine to crash from info_
schema query submissions. -
Fixed some error handling issues with unlimited storage download and upload processes.
-
The avro schema registry URL portion of the
CREATE PIPELINEsyntax is now redacted in processlist. -
Fixed a bug that may cause a query to hang when comparing an utf8 column with an utf8mb4 constant.
This issue occurs when collation_is set to one of the utf8mb4 collations.server -
Fixed a crash when parsing certain Parquet data into a pipeline.
-
Fixed an edge case issue where the engine could crash when performing multi-inserts.
-
Fixed an edge case issue causing a potential memory leak when running an
UPSERTstatement against a columnstore table. -
Fixed an issue with a transaction leak on the master aggregator when running
CREATE TABLE AS SELECTon a child aggregator usingautocommit=0on the connection. -
Fixed an issue with aggregate functions using incorrect enum/set types that may result in inaccurate output in the operator tree.
-
Fixed an issue where environments with several nodes having several partitions may not auto-attach when restarted simultaneously.
-
Fixed a performance issue when creating an aggregator result table on the master aggregator.
-
Fixed an issue when if auto-creation is turned off (
auto.),create. topics. enable=false SELECT INTO KAFKAwould return a success message even if the insert fails. -
Improved the
ALTER TABLEerror message received when run on a view on a child aggregator. -
Fixed an issue where wrong results may occur when a shard key column is set to the value of a non-deterministic function (
RAND(),UUID(), etc.). -
Improved performance of comparing utf8mb4 strings.
-
Fixed an issue where the engine could crash during recursive set operations.
2022-11-21 Version 7. 6. 24
-
Reduced the memory usage of querying
information_when there are many past pipeline errors.schema. pipeline_ errors -
Decreased the cost of working with large project lists during optimization.
-
Improved incremental backup performance.
-
Fixed a performance issue with count distinct aggregation and streaming subqueries.
-
Fixed an issue where an incorrect result could be returned when a query contains multiple joins that all match a multi-column hash index.
-
Fixed a potential issue that could cause a NFS backup error to trigger a crash.
-
Fixed a potential issue when a query contains a full outer join and a window function partitioning by the full outer join columns yields the wrong result.
-
Enabled histograms to estimate predicates that use Stored Procedure parameters or implicit/explicit typecasted literals.
This change is controlled via the enable_sync variable.histogram_ to_ unwrap_ literals This is Off by default. It can be enabled by setting the variable to ‘On’ or 1. -
Added the session variable
histogram_, which controls the assumed correlation between columns when using histograms for selectivity estimation.column_ correlation -
Fixed a performance issue for sampling queries with large IN lists executed by the query optimizer.
-
Fixed a potential issue that may cause a deadlock when evicting blobs from the blobcache.
-
Added ability to use
ALTERandTRUNCATEtable commands whenBACKUPis running. -
The
SHOW TABLE STATUScommand now displays the memory usage byGLOBAL TEMPORARYtables. -
Added the engine variable:
exporter_.ssl_ key_ passphrase It is used for the decryption of the exporter_file by the monitoring process if the file is encrypted (password protected).ssl_ key -
Added the option to use HTTPS with memsql_
exporter. To use HTTPS, enable the engine variables exporter_,use_ https exporter_, andssl_ cert exporter_.ssl_ key
2022-10-31 Version 7. 6. 23
-
Fixed an issue where having too many rows on the same columnstore hash key could return "Read failed with error 14 (Bad address)".
-
Fixed a specific query shape which failed CodeGen for columnstore unique keys.
-
Allow
REVOKEfromROLEpermissions for tables that have been dropped. -
Fixed an issue which caused unlimited database S3 uploads to fail due to an ExpiredToken error.
This issue impacted the refresh of EC2 instance meta credentials caused by the public open-source AWS C++ SDK after encountering a transient network issue. -
Fixed an issue with the accuracy of memory and disk space availability confirmed in the
REPLICATE DATABASEcommand.This fix will ensure any secondary cluster has enough memory and disk space to replicate the database. -
Fixed an issue where commands forwarded to the master aggregator during an online upgrade could cause a crash.
-
Fixed an inconsistent error message on
CREATE USERwhen the target user already exists. -
Added the ability to handle 429 (too many requests) errors the same way as 503 (slow down) errors.
-
Added the ability to allow code-generation of queries against the information schema when the cluster is very low on disk/memory.
-
Fixed a potential issue that may cause unlimited databases to rebuild unnecessary auto-stats.
-
Fixed a potential crash using multi-statement batches inside prepared statements when the statements have no parameters.
-
Fixed a potential issue that could cause a lost second prepare statement when using a binary protocol over SSL.
-
Fixed an issue that may cause a restarted master aggregator to crash when the
STOP PIPELINEcommand runs on a detached pipeline. -
Added the ability to limit the application of join predicate transitivity to predicates that may be estimated.
To use this feature, the session variable verify_needs to be set to ON.fields_ in_ transitivity
2022-09-06 Version 7. 6. 22
-
Fixed an issue where canceling a
RESTOREwould not completely drop the partially restored database. -
Fixed an issue where S3 can silently fail to upload a file for an unlimited database.
-
Removed ability to use
RESTORE DATABASEon unlimited databases with sync durability enabled. -
Improved the accuracy of the
FIRST_andLOADED LAST_timestamp columns inEXECUTED information_.schema. plancache -
Fixed a lockdown feature error that may occur for queries with multiple in-subselects.
-
Fixed a memory leak issue due to
alloc_when using reference table pipelines.warnings
2022-08-22 Version 7. 6. 21
-
Fixed an issue that may cause error 200 to occur when running
CREATE DATABASEorRESTORE DATABASEcommands on an unlimited database. -
Fixed an edge case issue where the blob cache eviction algorithm could cause an infinite loop.
-
Fixed an issue that may cause
insert into mv_to become invalid when the cluster is inqueries ONLY_.FULL_ GROUP_ BY sql_ mode -
Fixed an issue that returned 'zero rows' when sampling fails or there is no sampling data.
The corrected behavior will use heuristic or histogram estimate depending on what is available. To enable this behavior, set estimate_to ‘false’.zero_ rows_ when_ sampling_ data_ is_ missing
2022-08-16 Version 7. 6. 20
-
Fixed an issue where S3 can silently fail to upload a file for an unlimited database.
2022-08-15 Version 7. 6. 19
-
Fixed an issue where queries that contain CTE (common table expressions) with the same name may not traverse correctly.
-
Removed ability to use
utf8_.general_ mysql500_ ci collation This collation is not supported by SingleStore. -
Added support for
s3_to S3 backup.force_ path_ style s3_(optional boolean, defaults to true) specifies whether to use path style (region.force_ path_ style amazonaws. com/bucket) or virtual address style (bucket. region. amazonaws. com) syntax when specifying the location of the bucket. For S3 compatible services that only support virtual address paths, specify "s3_in the configuration options.force_ path_ style":"false" Refer to the BACKUP DATABASE section for more information. -
Fixed a crash caused by
UPDATEstatements with a joined table where the optimizer pushes the JOIN into a derived table whose name is automatically generated and different from the original table being updated. -
Fixed an issue with window functions which refer to the window definition at the end of a
SELECTstatement. -
Improved the
Subselect To Joinrewrite to recognize more cases with subselects in filter conditions for left join. -
Added the ability to configure SingleStore to estimate the equality predicate for uncorrelated scalar subselects as 1/cardinality; and use heuristics for all other scalar subselect predicates.
To enable the new estimation logic, set exclude_to 'false'.scalar_ subselects_ from_ filters
2022-07-21 Version 7. 6. 18
-
Fixed crashes that may occur when downloading blobs from Azure unlimited storage databases.
-
Added the support of the
highlightbuiltin on non-ASCII text. -
Fixed an issue when specifying all columns in the
SELECTcommand resulted in columns being out of order rather than matching the table definition. -
Fixed an issue where a syntax error would occur when running queries against reference tables with comments following the query text.
-
Added support for
NOT NULLwhen using persisted computed columns. -
Improved the performance of hash joins over expressions.
-
Improved the performance of downloading blob files for unlimited databases when SSL is enabled between SinglestoreDB and the blobstore.
-
Fixed a “missing table” error that may occur when creating a pipeline on a child aggregator instead of the master aggregator.
-
Fixed an error when using certain
DATE_options via Tableau.FORMAT -
Fixed HDFS pipelines failures when loading from HA/BigIP clusters that advertise a different host name than the one used to connect.
-
Fixed an issue where the incorrect backup size showed in
mv_for incremental backups.backup_ history -
Fixed a server crash caused by serializing big table or view definitions in snapshots.
-
Added support for forwarding
SHOW RESULT TABLESfrom child aggregators to the master aggregator when DDL forwarding is enabled. -
Added support for Reloading SSL Certs without having to restart the node.
-
Reduce the memory used to track cached blob files and run scans over columnstore tables.
-
Reduced the memory used by the blob cache by 100-200 bytes per cached blob.
2022-06-06 Version 7. 6. 17
-
Fixed an issue that could cause an incorrect
MAX_output inQUEUE_ DEPTH SHOW RESOURCE POOLScommand. -
Added information schema field:
information_.schema. COLUMNS DATETIME_ PRECISION -
Allowed the execution of pipeline DDL commands to be run inside stored procedures.
-
Added a new engine variable named
columnstore_that can be used to control the size of column files created by combining compressed columnstore segments.small_ blob_ combination_ threshold Its default value is 32 Mb (the previously hard-coded value in the engine). -
Added an engine variable
columnstore_.validate_ blob_ before_ merge If enabled, the background merger would validate the blob checksums before merging blobs. -
Fixed an issue where
DROP FUNCTIONwould result in an unknown table error. -
Added the ability to
DROP TEMPORARY PROCEDUREon child aggregators when DDL forwarding is enabled.
2022-05-16 Version 7. 6. 16
-
Fixed an issue with rare crashes caused when backing up an unlimited storage database against Azure blob storage.
-
Added a system engine variable
default_for MySQL 5.storage_ engine 7 compatibility. -
Fixed a server crash caused by a rewrite trying to inline nested expressions.
-
Fixed a server crash caused by table-valued functions parameters that assume the parameter name is the same as the alias of the table-valued function operator.
-
Adjusted the maximum memory allocation function to proactively run even when the
total_usage is well below theserver_ memory maximum_allocation.memory -
Added support for restoring a backup in an unlimited storage database that contains a larger amount of data than the local disk space available on the cluster.
-
Fixed an issue where an incorrect error was generated for an aggregator result table when it was used by a parallel read.
DROP RESULT TABLEnow returns the correct error. -
Fixed issues with the
information_andschema. mv_ activities information_tables reporting incorrect activities on database names ending with an integer.schema. mv_ activities_ extended Refer to the CREATE DATABASE section for more information.
2022-04-11 Version 7. 6. 15
-
Fixed an issue where an incorrect error was generated for an aggregator result table when it was used by a parallel read.
DROP RESULT TABLEnow returns the correct error. -
Improved heuristic estimates for queries with complex join predicates.
2022-04-04 Version 7. 6. 14
-
Fixed an issue with running
RESTORE DATABASEinto an unlimited storage cluster on Google Cloud Storage. -
Fixed an issue with out of memory errors being generated while compiling queries that use multiple
UNIONclauses. -
Fixed an issue where pipeline streams are not paused when metadata errors (topic, folder, bucket, and or broker connectivity issues) occur.
Metadata errors will now be handled with pipeline retry logic. See The Lifecycle of a Pipeline for details. -
Fixed an issue where a crash occurred when executing a
DELETEcommand with aLIMITclause on rowstore tables containing a hash index.
2022-03-11 Version 7. 6. 13
-
Configured spilling to use less stack space to avoid stack overflow errors for some query shapes.
The engine variable enable_must be set tospilling on. -
Fixed an issue with memory getting corrupted when an unlimited storage database runs against Azure.
-
Fixed an issue where table-valued functions crashed when a parameter is used more than once while compiling the query.
-
Allowed the execution of
UPDATE/UPSERTcommands on sort key columns via pipelines.Prior to this update, an error was generated. -
Fixed an issue with a parser error being generated when using a single quote (') in the column name of an external table-valued function return type.
-
Fixed an issue with an unknown column error being generated when using a question mark (?) in the column name for a prepared statement.
2022-02-28 Version 7. 6. 12
-
Improved the performance of sampling queries executed by the query optimizer.
-
Added DNS spoofing options to kafka pipelines to support connecting to Kafka via proxy.
See CREATE PIPELINE for more information.
2022-02-22 Version 7. 6. 11
-
Fixed an issue with query forwarding incorrectly triggering aggregator sync causing the aggregators to run out of disk space.
-
Fixed an issue with incorrect
nullCountandrowCountstatistics for larger tables with autostats enabled. -
Fixed an issue with
memsql_ceasing to produce monitoring results.exporter -
Fixed a bug where special characters in the output columns of external functions were not handled correctly.
2022-02-14 Version 7. 6. 10
-
Fixed an issue with C# MySql client drivers getting "no database errors" on connection.
-
Improved rowstore garbage collection by eliminating the delay for unlimited storage uploads to occur after a snapshot.
-
Fixed an issue with partitions in unlimited storage databases going into an unrecoverable state while snapshots download during server restarts.
-
Updated the privilege to execute the
TRUNCATEtable command to require users to have theDROPorDELETEpermission. -
Fixed the
CREATEDcolumn in theinformation_table by now recording the creation date for Table-Valued Functions.schema. ROUTINES
2022-02-07 Version 7. 6. 9
-
Increased default blob cache disk space from 10 GB to 40 GB on hosts with less than 200 GB disk space.
-
Improved disk space performance by enabling the blob cache to proactively shrink itself up to 25% if disk space is running low.
-
Fixed a bug that a variety of conversion operators failed to check errors during the construction of the operator tree.
-
Blocked using window functions in a MySQL expression outside of a DML query.
-
Improved disk space performance by enabling blob cache to proactively remove files quicker after a
DELETEcommand is executed. -
Fixed timeout errors when performing large
BACKUP/RESTOREoperations against an Azure blob store. -
Fixed the
CLEAR ORPHAN DATABASEScommand to ensure all databases are dropped when theleaf_global variable is set tofailover_ fanout load_and there are partition databases with more than replica partition.balanced -
Fixed a bug that incorrectly pushes a join before a window function when attempting to perform a distributed join in an aggregator.
-
Disabled batch processing when using external functions in
UPDATE.as this specific process would crash.. . SET
2022-01-18 Version 7. 6. 8
-
Fixed an issue where utf8mb4 characters were mistakenly extracted to the resulting utf8 string for the
JSON_command.EXTRACT_ STRING -
Improved the performance of queries when running in interpreter mode.
-
Fixed a cluster database log corruption that could occur if the root user was dropped when the
sync_global variable was enabled.permissions -
Improved the locking of
DETACH DATABASEso it doesn’t block concurrent fail overs. -
Improved the predicate transitivity rewrite during query execution to cover more cases in an
EXISTS/NOT EXISTSclause. -
Perform online copy an unlimited storage database while the source database is attached and actively being used.
2022-01-04 Version 7. 6. 7
-
Added support for
DEFAULTclause forFIELDSpaths inPARQUETpipelines. -
Added support for
multipart_configuration ifchunk_ size_ mb compatibility_.mode=true See SELECT … INTO S3 for more information on the multipart_configuration.chunk_ size_ mb -
Added support for
SELECT…FOR UPDATEon columnstore tables.See SELECT … FOR UPDATE for more information. -
Improved error handling of invalid partition IDs for parallel read prepared statements.
-
Fixed an issue with garbage collection in unlimited storage databases that could cause a point in time restore to fail.
-
Fixed a possible “failed to find remote file” error when an
AGGREGATOR SET AS MASTERis run on a cluster with unlimited storage databases. -
Stopped row level locking when an
UPDATEorDELETEjoin condition uses a full-text index. -
Fixed an issue where field nullability was not set correctly in some query shapes with full outer joins.
-
Improved error messaging for unsupported correlated subselects in some cross database query shapes.
-
Fixed a rare issue where nulls in
GROUP BYcolumns were being grouped incorrectly. -
Fixed an issue with inconsistent snapshots caused by running
SNAPSHOT DATABASEconcurrently with anALTER TABLEcommand against a columnstore table. -
Clarified error messaging when an incorrect configuration is given while creating an unlimited storage database.
-
Fixed the calculation for
total_for queries profiled from within stored procedures.runtime_ ms Prior to this release, total_was not calculated accurately.runtime_ ms -
Improved how the engine starts the prometheus exporter.
2021-12-06 Version 7. 6. 6
-
Fixed the default value for
max_so that it is now set appropriately when control groups are in use limiting CPU usage.async_ compilation_ concurrency -
Reduce probability of failed connections to clusters due to WebSockets proxy issues.
-
New Feature: Introduced new aggregate function
VECTOR_.SUM -
Fixed an issue with queries not assigned to resource group pools with hard CPU limits from using the CPU assigned to the pool.
-
Fixed an issue with garbage collection of secondary index segments columnstore temporary tables.
-
Fixed an issue with the incorrect results returned from the
JSON_function when the argument is an empty string.ARRAY_ UNPACK() -
Updated the
CREATE EXTERNAL FUNCTIONcommand so when aLINKis referenced, the database specification can be left off.
2021-11-22 Version 7. 6. 5
-
Removed the disk space check that occurred when
ALTER TABLE ADD INDEXis run.The check occurred prior to altering a columnstore table in an unlimited storage database. -
Fixed an issue with reoccurring timeout failures when running
DETACH DATABASE. -
Fixed an issue with a crash occurring when an incremental backup was performed on an empty database.
-
Clarified error messaging when invalid data is inserted into a utf8 charset data type column.
-
Fixed an issue with an aggregator results table checking
INSERTprivileges. -
Fixed an issue where results data is incorrectly blank in particular columns when querying
information_.schema. mv_ plancache -
Enhancement: Improved the performance of columnstore
UPDATEqueries that do not modify unique key columns. -
Fixed an issue with a crash occurring when DDL is run inside a stored procedure that is executed within a resource pool on a child aggregator.
-
Block the
DROP TEMPORARY TABLEcommand from running in a transaction that writes to the temporary table being dropped.The DROP TEMPORARY TABLEcommand result will display an error.
2021-11-10 Version 7. 6. 4
-
Initial GA release of version 7.
6. -
New Feature: Point-in-time recovery (PITR) has moved from preview to production status, and is now supported for production use cases.
-
New Feature: Added support for unlimited storage in Azure.
-
Enhancement: Added
password_column toexpiration information_table.schema. USERS If the password_engine variable is not enabled, theexpiration_ seconds password_column will be NULL.expiration If the password_engine variable is enabled, theexpiration_ seconds password_column will display the number of seconds remaining for the password to expire.expiration -
Enhancement: Improved the performance of selective filters using string columns in columnstore tables.
-
New Feature: Added support on Azure for unlimited storage databases and PITR.
-
New Feature: Added support for Google Cloud Storage (GCS) for unlimited storage databases and PITR, as a preview feature.
-
Enhancement: By default, all backups are now lock-free.
Distributed write transactions no longer have to wait when a backup starts. -
Enhancement: Allow spilling hash
GROUP BYoperator. -
Fixed an issue with possible connection crashes on disaster recovery clusters when DDL queries are forwarded to the master aggregator and a database has not been selected.
-
Fixed a crash caused by a check on the maximum number of partitions allowed on a leaf node.
An error message is displayed when this threshold is exceeded. -
Enhancement: Improved full-text filter performance when used with other secondary hash index filters.
For highly selective full-text filters, the improvement in execution speed can be 10 times faster. -
Fixed a regression in recovery performance for databases using remote storage.
-
New feature: Introduced row-level decompression for the string data type which will increase performance on reads against columnstore tables.
Before this improvement, decompression occurred on the order of blocks of data which consists of 4096 rows. -
Fixed an issue with unexpected database writes on databases not written to.
This behavior is disabled if the database does not have unlimited storage. -
New Feature: Added support for cross-database
INSERT.into columnstore temporary tables.. . SELECT -
New Feature: Added support for new vector functions, namely JSON_
ARRAY_ UNPACK, SCALAR_ VECTOR_ MUL, VECTOR_ ADD, and VECTOR_ MUL. Each of these vector operations can be suffixed with _
I8, _ I16, _ I32, _ I64, _ F32, _ F64. If you leave the suffix off, it is equivalent to suffixing with _ F32. EUCLIDEAN_is equivalent in semantics toDISTANCE(a, b) (DOT_.PRODUCT(VECTOR_ SUB(a, b), VECTOR_ SUB(a, b)) All operations are performed within the data type specified. For example, DOT_will be the sum of the squares of a with the sum and the squares being 8-bit integers.PRODUCT_ I8(a, a) This update also removes the requirement of the machine to have AVX2 to use vector functions. -
New Feature: Added support for transactions in Kafka pipelines.
-
Enhancement: Introduced new logic to determine when to evict a compiled image of a query plan.
The logic will sort on the oldest number of plans while considering the explicitly set memory limit usage of each plan. The feature is disabled by default. To enable the logic, the engine variable enable_must be set to ON.compiled_ images_ eviction The engine variable compiled_is used to set the memory limit.images_ eviction_ memory_ limit_ mb -
New Feature: Added a new function, JSON_
KEYS, which returns the top-level keys of a JSON object in the form of a JSON array. Optionally, if a keypath is defined, returns the top-level keys from the keypath. -
Enhancement: Added support for more query shapes with
FULL JOINor correlated subselects when reference tables are involved.Prior to this release, these query shapes would hit a lockdown error. -
Enhancement: Improved selectivity estimate for
RIGHT JOINquery shapes when doingBloomFilterdecision.See Query Plan Operations for a detailed explanation of BloomFilterand other filtering methods. -
New Feature: Added support for the current user security model in stored procedures.
In this model, when the current user executes a stored procedure, the stored procedure is executed using the security permissions of that user. -
New Feature: Added support for query shapes that include repartitioned subqueries containing
SELECTstatements with aggregated column(s) without aGROUP BYclause.Prior to this release, these query shapes would hit a lockdown error. -
New Feature: Added support for
LEFT JOINwhen the left table is a reference table without a primary key.Prior to this release, this query shape would hit a lockdown error. -
Enhancement: Improved query performance using
SORT KEY()andKEY () WITH CLUSTERED COLUMNSTOREcolumns with integer data types. -
New Feature: Added support for
UNIONbetween reference and sharded tables.Prior to this, this query shape would hit a lockdown error. -
New Feature: Added support for SELECT .
. . INTO AZURE. This command supports the WITH COMPRESSIONoption, which is described in the next release note. -
New Feature: Added the
WITH COMPRESSIONoption toSELECT .(SingleStore Self-Managed), SELECT … INTO GCS , and SELECT … INTO S3.. . INTO FS WITH COMPRESSIONwrites theSELECTquery results, in compressed .gzip files, to an object store. -
Enhancement: Improved
EXPLAINoutput to clarify a result table for a broadcastLEFT JOINor for aMATERIALIZE_as they can have the same result table name.CTE For broadcast LEFT JOIN, a branch operator is added so that the branching operation on the shared result table is reflected.See Query Plan Operations for a detailed explanation of broadcasts and other distributed data movement. -
Enhancement: Improved query execution for repartition
DELETE FROM .and broadcast. . LIMIT LEFT JOIN. -
New Feature: Added support for external functions, as a preview feature.
An external function calls code that is executed outside of a SingleStore database. For more information, see CREATE EXTERNAL FUNCTION.
Last modified: March 8, 2024