2.00.11
Version: 2.00.11 Compatibility Level 2 with 2.00.10 and 1.30.22
For details, see Compatibility Changes.
Release Date: 2024-01-03
Available Downloads:
New Features
-
Enhanced Configuration Access Security: (2.00.11.17)
-
Added configuration parameter enableConfigAccessControl to control whether permission checks are applied when accessing configuration parameters.
-
Updated function
getConfig/getConfigureto filter returned results based on the security level of each configuration item and the current user’s permissions whenenableConfigAccessControl=true.
-
-
Added configuration parameter enableInsertStatementForDFSTable to set whether the insert into statement is allowed for DFS tables. (2.00.11.16)
-
insert intostatement now supports inserting multiple rows. (2.00.11.16) -
Added configuration parameter resourceSamplingLogDir to set the directory for storing resource tracking logs. (2.00.11.16)
-
Added configuration parameter batchJobFileRetentionTime to set the retention time for batch and scheduled job results. (2.00.11.16)
-
Added configuration parameter enableAuditLog to enable audit logs. Added function getAuditLog to query audit logs and auditLogRetentionTime to set audit log retention time. (2.00.11.16)
-
Replaced the memory manager from tcmalloc_minimal with tcmalloc and added functions
startHeapSample,dumpHeapSample, andstopHeapSamplefor heap sampling. (2.00.11.15) -
Added configuration parameter maxJoinTaskRetry to specify the maximum retry attempts for a single SQL JOIN task under memory pressure.. (2.00.11.15)
-
Added function
fromStdJsonfor parsing standard JSON objects into DolphinDB variables. (2.00.11.6) -
Added function
sqlTupleto generate metacode with a tuple expression. (2.00.11.3) -
Added functions
adfullerandcointfor cointegration testing. (2.00.11.2) -
Added configuration parameter s3Endpoint for accessing AWS S3. (2.00.11.2)
-
Added function
regexFindStrto find substrings that match a regular expression in a given string.(2.00.11.1) -
Added functions
highLongandlowLongto parse 16-byte data (such as INT128, UUID, IPADDR) to high-order and low-order 8-byte long integer data. (2.00.11.1) -
Added configuration parameter enableDFSQueryLog to configure whether to log all DFS queries. (2.00.11.1)
-
Soft delete can be enabled for TSDB databases with newly added parameter softDelete. A soft delete marks a record as no longer active or valid without actually deleting it from the database. Soft deletes can improve performance, and can allow "deleted" data to be recovered. (2.00.11)
-
Added support for using the OVER clause with window functions which compute values over a particular window (group of rows) and return a single result for each row, including:
sum,avg,std,stdp,var,varp,count,min,max,skew,kurtosis,med,rank,dense_rank,percent_rank,row_number,cume_dist,lead,lag,ntile,first_value,last_value, andnth_value. (2.00.11) -
Implemented user-level resource management (2.00.11):
-
Added function
getUserHardwareUsageto get CPU and memory usage samples. -
Added function
getUserTableAccessRecordsto get SQL queries on DFS tables. -
Added functions
enableResourceTrackinganddisableResourceTrackingto enable and disable resource isolation. -
Added configuration parameters resourceSamplingInterval, resourceSamplingMaxLogSize, and resourceSamplingLogRetentionTime to set the collection interval, log splitting size threshold, and log retention time for usage sampling.
-
-
Added configuration parameter jobParallelismHardLimit to limit the maximum number of workers a job can use to the parallelism of that job. (2.00.11)
-
Added configuration parameter defaultJobParallelism to set the default parallelism for jobs submitted by users. (2.00.11)
-
Added configuration parameter datanodeRestartLevel to set the triggering condition for the controller to automatically restart the data/compute node. Added function
setDatanodeRestartIntervalto set the restart interval online and functiongetDatanodeRestartIntervalto obtain the configured datanodeRestartInterval. (2.00.11) -
Added configuration parameters thirdPartyCreateUserCallback and thirdPartyDeleteUserCallback to call back specified function views when using the
createUseranddeleteUserfunctions. (2.00.11) -
Added functions
RidgeCV,ElasticNetCV, andLassoCVfor cross-validation of machine learning models. (2.00.11) -
Added functions
iminLast/imaxLast/miminLast/mimaxLast/rowIminLast/rowImaxLastto return the maximum index for multiple extreme values. (2.00.11) -
Added financial functions
bondDirtyPrice, andbondConvexityto calculate the bond duration, dirty price and convexity. (2.00.11) -
Added function
signbitto get the sign of ±0.0. (2.00.11) -
Added function
submitJobEx2which has similar functionality assubmitJobExbut supports passing in a callback function. (2.00.11) -
Added functions
polyFitandpoly1dfor polynomial fitting. (2.00.11) -
Added function
cubicSplineandcubicSplinePredictfor cubic spline interpolation and prediction. (2.00.11) -
Added function
kendallto calculate the Kendall rank correlation coefficients. (2.00.11) -
Added functions
clipandclip!to truncate data outside a given range. These functions have similar functionality tonumpy.clip. (2.00.11) -
Added function
tableUpsertwhich has the same functionality asupsert!but returns the number of records that have been updated and inserted. (2.00.11) -
Added function
brentqto find a root of a function in a bracketing interval using Brent's method. (2.00.11) -
Added function
snippetto return the results as a STRING scalar. (2.00.11) -
Added function
socpwhich minimizes a linear objective function within specified constraints for solving second-order cone programs. (2.00.11) -
Added configuration parameter enableLocalDatabaseto enable or disable local database creation. (2.00.11)
-
Added maintenance function
getTSDBDataStatto obtain statistics of the TSDB engine. (2.00.11) -
Added function
existsStreamTableto check if a stream table exists. (2.00.11) -
Added function
getStreamTablesto get the information of all stream tables. (2.00.11) -
Added function
createRuleEngineto create a streaming rule engine which validates the inputs with user-defined rule sets. Added functionsupdateRuleanddeleteRuleto update or delete the rule sets. (2.00.11) -
Added function
createNarrowReactiveStateEngineto create a reactive state engine that reorganizes the results into a narrow format. Added functionaddReactiveMetricsto add new metrics to the engine and functiongetReactiveMetricsto retrieve metrics. (2.00.11)
Improvements
- Enhanced syntax exception messages to include the line number.(2.00.11.17)
- Enhanced the error message when creating tables via createIPCInMemoryTable.(2.00.11.17)
- Optimized partition pruning to improve the performance of queries like select * from t where id in ids when ids is a table.(2.00.11.17)
- The value of configuration parameter subThrottle is now automatically adjusted to 1 if a value smaller than 1 is set.(2.00.11.17)
- Improved the error message thrown when an alias is used for a GROUP BY field in the SELECT clause.(2.00.11.17)
-
Added support for defining vectors or tuples across multiple lines. (2.00.11.16)
-
Added support for using UUID columns as sort columns in distributed tables in TSDB. (2.00.11.16)
-
Improved error handling in distributed queries when comparing CHAR constants with STRING partitioning columns in the WHERE clause. The system now raises an error message. (2.00.11.16)
-
Enhanced the
DELETEstatement performance. (2.00.11.16) -
Enhanced the stability of batch job execution under high-load and high-concurrency scenarios. (2.00.11.15)
-
Enhanced the stability for concurrent SQL queries. (2.00.11.15)
-
Enhanced the system security. (2.00.11.15)
-
Added the “updateTime” field to the backup log file. (2.00.11.15)
-
Added the recording of operations on the persisted MVCC table to the log. (2.00.11.15)
-
Improved memory efficiency when processing speed was slow. (2.00.11.14)
-
The parseJsonTable function now accepts tables containing BLOB columns. (2.00.11.12)
-
Enhanced the security of the login system by implementing IP-specific lockouts. Multiple failed login attempts occur from a particular IP address will temporarily block further login attempts only from that specific IP. (2.00.11.12)
-
Optimized the checkpoint mechanism to reduce the checkpoint frequency for massive metadata on the controller. (2.00.11.12)
-
Optimized the loading speed of persisted stream tables. (2.00.11.12)
-
When using the
upsert!function to update tables (keepDuplicates=ALL) in TSDB databases, the keyColNames parameter can include only certain columns specified by sortColumns. (2.00.11.11) -
Enahanced user access control for function views and module functions. (2.00.11.9)
-
Added support for creating a matrix of STRING type. (2.00.11.4)
-
When invoking
getCurrentSessionAndUserwithin the handler parameter ofsubscribeTable, it will return the "sessionID" of the session from which thesubscribeTableoperation was executed. (2.00.11.3) -
When invoking
getCurrentSessionAndUserwithin the filter parameter ofstreamFilter, it will return the "sessionID" of the session from which the stream filter engine was created. (2.00.11.3) -
When parameter triggeringPattern of function
createCrossSectionalEngineis set to "dataInterval", the calculation will now be triggered only for intervals where new data has been received, instead of for all intervals. (2.00.11.3) -
The args parameter of function
makeUnifiedCallnow supports input of metacode with a tuple expression. (2.00.11.3) -
Function
hexnow can convert floating numbers to hexadecimal. (2.00.11.3) -
Trading calendar now can specify weekends as trading days. (2.00.11.3)
-
Function
backupsupports backup of cold data. (2.00.11.3) -
Partial application now supports using object methods. (2.00.11.3)
-
Function
replayDSsupports input of DECIMAL type. (2.00.11.2) -
Non-key columns of a keyed stream table can be array vectors. (2.00.11.2)
-
Lambda expression supports
object.method(...)usage. (2.00.11.2) -
Specific elements in array vectors and columnar tuples can be modified by referring to their row and column indices. (2.00.11.2)
-
Optimized the performance of
select,update, anddeletewhen usingmakeKey. (2.00.11.2) -
Optimized the precision of results returned by function
format. (2.00.11.2) -
The JIT version does not support chained operation with
append!. (2.00.11.2) -
A new column "owner" that displays the object creator is added to the table returned by function
objswhen querying shared variables. (2.00.11.1) -
The following functions support specifying trading calendars when taking arguments of DURATION type:
interval,wj,twindow,temporalAdd,duration,move,tmove,moving,tmovingWindowDataand time-based moving functions. (2.00.11.1) -
Added parameter method to function
olsto allow users to construct coefficient matrices and inverse matrices or use singular value decomposition for ordinary least squares. (2.00.11.1) -
Optimized the performance of
temporalAddwhen adding trading days to a temporal vector. (2.00.11.1) -
Empty objects are allowed in the following higher-order functions:
each,eachPre,eachPost,eachLeft,eachRight,cross,reduce,accumulate,any,all,loop, andploop. (2.00.11.1) -
The values in the dictionary passed to the
transposefunction can be specified as scalars. (2.00.11.1) -
Added support for Copy-On-Write (COW) of dictionaries and tuples. (2.00.11.1)
-
Line breaks are supported before the
member(.)operator in scripts. (2.00.11.1) -
Integrated modules and function view functionality (2.00.11):
-
Enabled namespace (module) for function view to prevent name conflicts. Any addition or deletion operations on function views will be synchronized and persisted to all nodes in a cluster.
-
Modified VIEW_EXEC privilege to enable operations on all function views within the specified modules.
-
-
Enhanced access control on job cancellation. (2.00.11)
-
The value of a dictionary can take the DECIMAL type. (2.00.11)
-
window joinsupports special windows (= 0:0). The windows over the right table are determined by the current timestamp in the left table and its previous timestamp. (2.00.11) -
Added return values for function
schema(2.00.11):-
the database and table creator;
-
compression algorithm for each column;
-
whether soft delete is enabled.
-
-
The
loadPluginfunction allows directly loading the plugin by specifying the filePath parameter as the plugin name. (2.00.11) -
The
backupfunction now supports setting backupDir to a directory on AWS S3. (2.00.11) -
Functions
rowlmaxandrowlminnow support passing array vectors as inputs. (2.00.11) -
Enhanced functions
transFreq,asFreq, andresample(2.00.11):-
The closed and label parameters have been relaxed to allow more flexible specification when the time precision of rule is larger than day.
-
Added support for multiple trading days frequency for operations.
-
-
Function
movingnow supports passing a matrix as input (2.00.11). -
Added support for online update for licenses with trial authorization. (2.00.11)
-
Function
rowAtnow supports taking columnar tuples as input. (2.00.11) -
Function
unpacknow supports taking BLOB data as input. (2.00.11) -
Enhanced higher-order functions
byRowandbyColumn: (2.00.11)-
Added support for symbols :H and :V which can be composed together.
-
Added support for taking array vectors and columnar tuples as inputs.
-
-
Function
transposenow supports taking array vectors and columnar tuples as inputs. (2.00.11) -
Functions
toJsonandtoStdJsonsupport escape characters when converting BLOB types. (2.00.11) -
Optimized the performance of functions
scsandquadprog. (2.00.11) -
The
unionAllfunction supports null values for the first element when the input is a tuple. (2.00.11) -
The memory taken up by the dimension table now will be released automatically. (2.00.11)
-
Function
replaceColumns!supports replacing multiple columns of an in-memory table. (2.00.11) -
Optimized query performance for the case when the TSDB table has more than two sortColumns and sort key hashing is enabled. (2.00.11)
-
For value-partitioned tables with partitioning columns of STRING or SYMBOL type, configuration parameter ignoreSpecialCharacterInPartitionId is added to specify whether to ignore ':' and '.' in partitioning columns when creating partition directories. (2.00.11)
-
Optimized the performance of function
createAsofJoinEngine. (2.00.11) -
Added parameter outputElapsedMicroseconds for the asof join engine and lookup join engine to output the elapsed time of each calculation. (2.00.11)
-
Functions
createAsofJoinEngine,createSessionWindowEngine, andcreateLeftSemiJoinEnginenow support passing array vectors as inputs. (2.00.11) -
The calculation of time series engine now can be triggered by each incoming record with updateTime = 0. (2.00.11)
-
Added parameterskeyCapacity and parallelism for the reactive state engine to address the performance issue when calculating within a large number of groups. (2.00.11)
-
The state function defined in metrics of a reactive state engine now supports using for loops. (2.00.11)
-
Added parameter keepDuplicates for the lookup join engine to specify whether to keep all matching records in the right table. (2.00.11)
-
Added parameter subWindow for the time series engine to enable calculations in a subset time range within the window. (2.00.11)
-
Enhanced the streaming monitoring with function
getStreamingStatfor the status of workers of subscriber nodes. (2.00.11) -
Function
tmsum2can be used as a state function in a reactive state engine. (2.00.11) -
The cumTopN functions can be used as state functions in a reactive state engine. (2.00.11)
-
Added parameter closed for special windows of the reactive state engine to enable windows to be left-open and right-closed. (2.00.11)
-
Added option "dataInterval" for parameter triggeringPattern of function
createCrossSectionalEngineto calculate at intervals based on timestamps in the data. (2.00.11) -
Added option "saltedHash" for parameter dispatchType of function
createStreamDispatchEngineto apply a salted hash algorithm on keyColumn and distribute records based on the hash result. (2.00.11) -
Added parameter preciseRate of function
replayto specify whether to replay at replayRate times the time difference between two adjacent records. (2.00.11) -
Data of DECIMAL type now can be calculated in streaming engines. (2.00.11)
-
Enhanced job execution logs to include detailed tracking for UPDATE and DELETE statements. (2.00.11)
-
Optimized the query performance on partitioned tables which contain over 100000 rows or over 1000 partitions. (2.00.11)
-
The GROUP BY is followed by a non-partitioned column and the SELECT clause uses a function that cannot be distributed, such as a UDF.
-
The CONTEXT BY is followed by a non-partitioned column and the [HINT_KEEPORDER] keyword is not used.
-
-
For filtering conditions in a distributed query, DATE type can be compared with higher precision temporal types. (2.00.11)
-
Added size constraints for STRING, BLOB, and SYMBOL data written to distributed databases. (2.00.11)
-
Updated the exchange calendars for Year 2024. (2.00.11)
Issues Fixed
- Fixed server crashes that could occur when a column of SYMBOL type was set as the sortKey in the TSDB engine.(2.00.11.18)
- Fixed an issue in the time-series engine where using last, lastNot, or functions that return multiple values with keyPurgeFreqInSec enabledcould produce incorrect results.(2.00.11.18)
- Fixed a cluster hang issue caused by concurrent dropTable and write operations.(2.00.11.18)
- Fixed server crashes that could occur when an empty data source was passed to the mr function due to missing input type validation.(2.00.11.17)
- Fixed an issue where executing an update ... context by ... statement on a shared memory table caused the error “A snapshot table doesn't support data update”.(2.00.11.17)
- Fixed memory leaks caused by querying tables if a GROUP BY column in an aggregate computation was of BLOB type. This issue was introduced in version 2.00.11.(2.00.11.17)
- Fixed an issue where the system could hang when writing to TSDB Database if the number of symbols exceeded the limit.(2.00.11.17)
- Fixed an issue where temporary directories were not properly deleted when rolling back uncommitted update/delete transactions.(2.00.11.17)
- Fixed an issue where enabling enableSeqNo during client write operations could cause memory leaks.(2.00.11.17)
- Fixed an issue where scheduled jobs and subscriptions could occasionally fail to execute under high system load.(2.00.11.17)
- Fixed an issue where a write to a distributed table could fail in high availability scenarios if a data node was restarted during an active write transaction.(2.00.11.17)
- Fixed a memory leak in IoT engine under special circumstances.(2.00.11.17)
- Fixed a resource leak caused by incomplete cleanup when threads exited.(2.00.11.17)
- Fixed server crashes caused by the concurrent execution of share and existsStreamTable on the same stream table.(2.00.11.17)
- Fixed server crashes caused by revoking table-related permissions with objs specified as a database object.(2.00.11.17)
- Fixed an issue where null values in the results returned by eig().values could not be properly filled.(2.00.11.17)
- Fixed a missing reconnect issue caused by stale subscription state.(2.00.11.17)
- Fixed an issue where concurrent subscribe and unsubscribe operations on the same topic caused inconsistent subscription state.(2.00.11.17)
-
Fixed the
getUserHardwareUsagefunction returning unexpected results when provided with dates. (2.00.11.16) -
Fixed an error of the
backupfunction on a compo-partitioned database if the filter condition matched the first-level partition and some second-level sub-partitions were empty. (2.00.11.16) -
Fixed occasional failures in stream subscription due to data corruption. (2.00.11.16)
-
In the time-series engine, the
nunique,ifirstNot, andilastNotfunctions specificed in the metrics argument now support expressions and nested functions as arguments. (2.00.11.16) -
Fixed the precision errors of DECIMALs when OLAPCacheEngineSize=0 was configured. (2.00.11.16)
-
Fixed server crashes caused by using UPDATE/DELETE with WHERE EXISTS. Now it raises an error instead. (2.00.11.16)
-
Fixed server crashes when the dummyTable specified in
createRuleEnginecontained a SYMBOL column. (2.00.11.16) -
Fixed incorrect JSON serialization of DECIMAL32 values in the
toStdJsonfunction. (2.00.11.16) -
Fixed occasional hangs on the web client when executing code if the response data size is between 4050 and 4060 bytes. (2.00.11.16)
-
Fixed the issue where the server entered an infinite loop when executing
decimalFormat(0, '0.00E0'). (2.00.11.16) -
Fixed the issue where the “lastUpdated” field in the controller metadata could be null after restoring from a backup that was created immediately after a restart without any data updates. (2.00.11.16)
-
Fixed occasional server crashes when executing SQL queries containing the DISTINCT statement. (2.00.11.16)
-
Fixed memory leaks caused by transactions with excessively large transaction IDs (greater than 2³¹ – 1) that could not be properly reclaimed. (2.00.11.16)
-
Fixed an issue where
fromStdJsonfailed to parse JSON strings containing empty objects with closing braces on a new line. (2.00.11.16) -
Fixed potential server crashes when the stream dispatch engine writes data to an asynchronously persisted stream table with stacked threads. (2.00.11.15)
-
Fixed an issue in heterogeneous replay where data sources (generated by
replayDSwith timeRepartitionSchema specified) were replayed in a disordered manner. (2.00.11.15) -
Fixed server crashes when querying a keyed or indexed table with multiple primary key columns, where the filter condition contained an empty SYMBOL vector. (2.00.11.15)
-
Fixed an issue in high-availability clusters where an existing table handle could not access data from newly added partitions without obtaining a new handle (reloading table via
loadTable). (2.00.11.15) -
Fixed server crashes when incorrect parameters were passed to the
makeKeyfunction within a WHERE clause. (2.00.11.15) -
Fixed a data loss issue in N-to-N replay that occurred when the data being replayed included empty partitions. (2.00.11.15)
-
Fixed a "unrecognized column name" error that occurred when executing a multi-table JOIN query, if some partitions were offline due to node failures in the cluster. (2.00.11.15)
-
Fixed an issue where calculating maximum (via
max) of a STRING column (with the first row being null) by group could result in incorrect results. (2.00.11.15) -
Fixed a memory leak when calling a user-defined recursive function. (2.00.11.15)
-
Fixed server crashes that occurred when queries with
lead/laganalytic functions were executed in MySQL syntax mode. (2.00.11.15) -
Fixed an error when deleting column(s) from a keyed table if any column name contains uppercase letters. (2.00.11.15)
-
Fixed server crashes caused by appending a partitioned DFS table to another. The system now reports an error for such case. (2.00.11.15)
-
Fixed server crashes caused by concurrent writes to an in-memory keyed table. (2.00.11.15)
-
Fixed server crashes caused by concurrent disk reads in the TSDB engine due to missing filter conditions in
pivot byafter partition pruning. (2.00.11.15) -
Fixed misleading error messages returned when table joins encountered more than 2,097,152 unique values in a SYMBOL column. (2.00.11.15)
-
Fixed occasional server crashes when the X and Y of the
corrfunction were tables with different numbers of columns. (2.00.11.15) -
Fixed crashes in lower-version servers that occurred when
remoteRunCompatiblesent unsupported scripts from a higher version (>=3.00). (2.00.11.15) -
Fixed server crashes caused by updating a SYMBOL column with a CHAR value in the distributed table of the TSDB database. (2.00.11.15)
-
Fixed incorrect results returned by
eachwhen it took a function with multiple return values as the input. (2.00.11.14) -
Modified the function
flattento be compatible with previous versions. (2.00.11.14) -
Fixed occasional duplicate query results for TSDB databases with keepDuplicates=FIRST during concurrent reads or writes. (2.00.11.14)
-
Fixed occasional server crashes and errors of missing column references during table joins caused by modifications to variable names in subqueries. (2.00.11.14)
-
Fixed occasional server crashes caused by concurrent writes to a shared table when its alias was specified as the output table of a streaming engine. (2.00.11.14)
-
Fixed unexpected partition data after restoring replicas. (2.00.11.14)
-
Fixed incorrect query results when the filter condition included a non-sort key column, and that condition was executed first but could not be pushed down in the TSDB engine. (2.00.11.13)
-
Fixed an issue of constant string parsing, e.g.
string("\\\"messageCoVSONGJUNZHENG1\\\""). (2.00.11.13) -
Fixed a server startup failure when function views included
insert intostatements. (2.00.11.13) -
Fixed a potential metadata loss issue when using
renameTableto rename a table that has been deleted bydropTableand the renaming operation occurred concurrently with a checkpoint operation. (2.00.11.13) -
Fixed invalid online configuration modifications in a high availability cluster after a leader switch. (2.00.11.13)
-
Fixed potential server crashes when concurrently executing tasks generated by
sqlDSthroughsubmitJob. (2.00.11.13) -
Fixed occasional server crashes caused by concurrent logins when enhancedSecurityVerification=true was configured. This issue was introduced in version 2.00.11. (2.00.11.13)
-
Fixed occasional chunk version mismatch issues between controller and data nodes during transaction execution, which occurred after data nodes reported replica status. (2.00.11.13)
-
Fixed potential server crashes caused by resource tracking. (2.00.11.12)
-
Fixed an issue where queries failed during
ejoperation if the table name was not specified in thewherecondition. (2.00.11.12) -
Fixed server crashes occurring when array vector elements exceeded the length limit during table joins. (2.00.11.12)
-
Fixed data loss caused by concurrent
moveHotDataToColdVolumeoperations on the same partition. (2.00.11.12) -
Fixed an issue where the batch job logs failed to record the job start times when disk space was fully occupied during job initiation. (2.00.11.12)
-
Fixed potential metadata loss in HA clusters due to checkpoint failures during a controller restart. (2.00.11.12)
-
Fixed an occasional issue where a chunk path corresponded to multiple chunk IDs. (2.00.11.12)
-
Fixed server crashes that occurred when executing background jobs containing lambda expressions, submitted via
submitJoborscheduleJob, if the session that originally submitted the job had closed. (2.00.11.12) - Fixed a system failure to skip cluster replication tasks with corrupted data, which resulted in endless retry attempts. (2.00.11.12)
-
Fixed an error of
parseJsonTablewhen parsing JSON objects containing\\\". (2.00.11.12) -
Fixed incorrect results returned by aggregate functions such as
wsumandwavgwith a scalar and an empty array as inputs. (2.00.11.12) -
Fixed the lag in data nodes on rare occasions. (2.00.11.11)
-
Fixed the lag when submitting batch jobs on rare occasions. (2.00.11.11)
-
Fixed an issue where nested calls to functions
moveandtransposeon a matrix, such asmove(m.transpose(),1), output incorrect results. (2.00.11.11) -
Fixed an issue where performing asof join on two partitioned in-memory tables output incorrect results. (2.00.11.11)
-
Fixed server crashes when using the
undeffunction to undefine a shared table that is currently being written to. (2.00.11.11) -
Fixed occasional errors when the
inoperator is followed by a STRING scalar in a SQL statement. (2.00.11.11) -
Fixed an error when querying data where the total number of records in the involved partitions approached the maximum value for INT (2,147,483,647). (2.00.11.11)
-
Fixed incorrect equi join (
ej) results of keyed tables. (2.00.11.9) -
Fixed occasional redo log replay failures that occurred when function views were being added or deleted concurrently during a checkpoint operation. (2.00.11.9)
-
Fixed an issue where queries on a dimension table occasionally failed when dimension table cache was being released concurrently. (2.00.11.9)
-
Fixed an issue where asynchronous replication would get stuck in the slave cluster when multiple tables in a database were truncated concurrently. (2.00.11.9)
-
Fixed deadlocks occurring when using
rpcto run a script containing a recursive function on a remote node. (2.00.11.7) -
Fixed server crashes caused by SQL queries if a database path was not a string. (2.00.11.6)
-
Fixed an issue where replay tasks got stuck if the number of workers was significantly smaller than the number of partitions. (2.00.11.6)
-
Fixed an error in SQL queries with
pivot byclause when theselect/execclause contained expressions. (2.00.11.6) -
Fixed an error when restoring manual backup files from Amazon S3. (2.00.11.6)
-
Fixed server crashes when passing a tuple with no vector elements to
nunique. (2.00.11.5) -
Fixed an issue where data with a sort key was not properly split, leading to an excessively large block in a TSDB database when keepDuplicates = ALL. (2.00.11.5)
-
Fixed an issue where asynchronous replication occasionally got stuck. (2.00.11.5)
-
Fixed server crashes when passing a dictionary to
at:Rorat:L. (2.00.11.5) -
Fixed occasional execution failures for tasks scheduled at around 24:00. (2.00.11.4)
-
Fixed occasional crashes when tracking resources were enabled. (2.00.11.4)
Fixed server crashes caused by stack overflow when using function
Fixed deadlocks occurring when usingmrankwith excessively large data. (2.00.11.3)-
Fixed a parsing issue for binary operator with function patterns, e.g. +:A(1, 2 3 4). (2.00.11.3)
-
Fixed the error when using function
evalto evaluate a lambda expression parsed byparseExpr. (2.00.11.3) -
Fixed an issue where the value of CODE type returned from a user-defined function was incorrectly interpreted as of STRING type. (2.00.11.3)
-
Fixed the deserialization failure when calling a module function with the
rpcfunction. (2.00.11.3) -
Fixed the issue where data being asynchronously replicated was removed when the controller failed to commit the transaction. This issue was introduced since version 2.00.11. (2.00.11.3)
-
Fixed server crashes that occurred when executing a SQL statement with vectorization applied to grouping columns and SELECT columns using the
last()function without any arguments. (2.00.11.3) -
Fixed a parsing issue that occurred when attempting to sort a non-existent column within a SQL statement. A validation check for the sorted column has been added, and an error will now be reported in such cases. (2.00.11.3)
-
Fixed data inconsistency during online recovery of replicas with large amount of different data. (2.00.11.2)
-
Fixed occasional server crashes caused by OOM. (2.00.11.2)
-
Fixed server crashes due to concurrent race conditions during remote streaming subscriptions. (2.00.11.2)
-
Fixed the issue where batch job queue got stuck due to job creation failures. (2.00.11.2)
-
Fixed a server startup failure due to deserialization error when a function view involved the
updateoperations on shared tables. (2.00.11.1) -
Fixed an issue where a transaction was stuck in a resolution state due to frequent resolution requests. (2.00.11.1)
-
Fixed an issue where the login or shutdown operations on a cluster via the web interface may get stuck under heavy load. (2.00.11.1)
-
Fixed a bug where the query scripts returned by function
getUserTableAccessRecordswere truncated by commas. (2.00.11.1) -
Fixed occasional metadata errors arising from frequent OOM rollbacks across multiple transactions. (2.00.11.1)
-
Fixed incorrect results of
eachwhen the input was a partially-applied function (such asmakeCallandbinaryExpr). (2.00.11.1) -
Fixed server crashes when the obj of
upsert!was a keyed table with the original key column of STRING type and the corresponding newData column of SYMBOL type, and ignoreNull was set to true. (2.00.11.1) -
Fixed incorrect results of
rowImax,rowImin,rowImaxLastandrowIminLastwhen taking columnar tuples. (2.00.11.1) -
Fixed incorrect results of
addwhen taking BLOB vectors. (2.00.11.1) -
Fixed incorrect results of
updateon DFS tables when aggregate functions, order-sensitive functions or user-defined functions were applied across partitions. (2.00.11.1) -
Fixed incorrect query results when the where condition of a SQL query was specified as null. (2.00.11.1)
-
Fixed incorrect query results when a SQL query involved
order byclause, and the where conditions used AND to specify multiple conditions containing aggregations. (2.00.11.1) -
Fixed an error when a SQL
order byclause specified variable names. This issue was introduced in versions 2.00.10 / 1.30.22. (2.00.11.1) -
Fixed server crashes when using
case whento evaluate an empty table in a SQL query. (2.00.11.1) -
Fixed an error when using the
findfunction in theorder byclause. This issue was introduced in version 2.00.11. (2.00.11.1) -
Fixed occasional server crashes during streaming subscription. (2.00.11.1)
-
Fixed an issue where multiple identical topics were generated after repeated streaming subscription and unsubscription. (2.00.11.1)
-
Fixed an error for
createReactiveStateEnginewhen the parallelism parameter was set and metrics contained constant expressions. (2.00.11.1) -
Fixed an error when
sliceByKeyaccepted a shared keyed table as input. (2.00.11.1) -
Fixed restore failures when attempting recovery for TSDB tables created without a specified sortKeyMappingFunction parameter or with sortKeyMappingFunction set to the asis function. (2.00.11.1)
-
Fixed an issue where users failed to delete redundant abnormal replicas through
deleteReplicas. (2.00.11.1) -
Fixed access denial errors when using nested function views. (2.00.11)
-
Fixed server crashes when appending null values to array vector columns in a window join engine. (2.00.11)
-
Fixed "No such file or directory" errors when reading empty dimension tables which were restored from backups after server restart. (2.00.11)
-
Fixed sporadic type mismatch errors during query execution for a TSDB table created with sortKeyMappingFunction when data was being flushed from cache engine to disk. (2.00.11)
-
Fixed server crashes when using
olson TSDB table columns withoutwhereconditions. (2.00.11) -
Fixed occasional errors when renaming columns using
rename!. (2.00.11) -
Fixed startup failures when dataSync=1 was configured on the controller but chunkCacheEngineMemSize was not set on the compute nodes. (2.00.11)
-
Fixed server restart failure due to replay issues after writing strings over 64 KB to distributed tables. (2.00.11)
-
Fixed incorrect
nuniqueresults calculated over multiple fields. (2.00.11) -
Fixed server crashes when using
eachon array vector columns in TSDB tables withoutwhereconditions. (2.00.11) -
Fixed server crashes when the symbol
:R(of high-order functioneachRight) took an incorrect number of arguments. (2.00.11) -
Fixed errors when querying the table imported with
loadTextfrom a non UTF-8 formatted CSV file. (2.00.11) -
Fixed incorrect results when applying the
stringfunction withbyRowon a matrix. (2.00.11) -
Fixed incorrect
alignresults on series with non-increasing labels that contain duplicates. (2.00.11) -
Fixed incorrect results of the parallel computation of peach for ignoring null values. (2.00.11)
-
Fixed memory leaks when calling
resample. (2.00.11) -
Fixed a bug where the
corrMatrixfunction modified values of input arguments. (2.00.11) -
Fixed the following issues with
fromJson(2.00.11):-
Server crashes caused by dictionary value being an empty JSON tuple.
-
Incorrect results caused by dictionary value being nested JSON tuples.
-
-
Fixed occasional row count mismatch errors when specifying both partition and byColName for function
unionAll. (2.00.11) -
Fixed an issue where
streamEngineParserfailed to create streaming engines due to parsing errors if row-based metrics invoked functions with multiple return values. (2.00.11) -
Fixed an issue where the subscriber consuming messages at a slower pace compared with other subscribers failed to read data. (2.00.11)
-
Fixed server crashes caused by ingesting an empty table into the left table of a lookup join engine. (2.00.11)
-
Fixed deadlocks when two nodes simultaneously call
unsubscribeTableto cancel subscriptions to the same table on a remote node. (2.00.11) -
Fixed incorrect results of
createTimeSeriesEnginewhen specifying multiple columns for timeColumn and calculating on one of the time columns. (2.00.11) -
Fixed incomplete results when using the
mapkeyword withcontext byclause. (2.00.11) -
Fixed an issue where calculations were not conducted after sorting within groups when order-sensitive functions were used in the
selectclause withcontext byandcsort. (2.00.11) -
Fixed errors when using aggregate functions on vector slices in the
selectclause withgroup by. (2.00.11) -
Fixed an issue where a variable with the same name as a function view was incorrectly parsed in a SQL
whereclause if theandoperator was used. (2.00.11) -
Fixed server crashes when the variable after
drop tabledid not exist. (2.00.11) -
Fixed incorrect results when using the
zigzagfunction in theselectclause withcontext by. (2.00.11) -
Fixed server crashes on Windows when applying
group byto long strings. (2.00.11) -
Fixed an issue with
sqlDSdata sources whereby specified partitions from the right table were absent in the generated output when joining two distributed tables. (2.00.11)
