CLI_2.6.0
版本发布时间: 2024-01-18 00:08:43
ydb-platform/ydb最新发布版本:CLI_2.8.0(2024-01-19 23:48:18)
Released on September 7, 2023. To update to version 2.6.0, select the Downloads section.
Features:
-
Added
--path
option to ydb workload tpch run, which contains the path to the directory with tables created by the ydb workload tpch init command. -
Added ydb workload transfer topic-to-table run command, which loads the database with read requests from topics and write requests to the table.
-
Added the option
--consumer-prefix
in the commands ydb workload topic init, ydb workload topic run read|full, specifying prefixes of consumer names. -
Added the
--partition-ids
option in the ydb topic read command, which specifies a comma-separated list of topic partition identifiers to read from. -
Added support for CSV and TSV parameter formats in YQL query execution commands.
-
The interactive mode of query execution has been redesigned. Added new interactive mode specific commands:
SET
,EXPLAIN
,EXPLAIN AST
. Added saving history between CLI launches and auto-completion of YQL queries. -
Added the command ydb config info, which outputs the current connection parameters without connecting to the database.
-
Added the command ydb workload kv run mixed, which loads the database with write and read requests.
-
The
--percentile
option in the ydb workload topic run write|read|full commands can now take floating point values. -
The default values for the
--seconds
and--warmup
options in the ydb workload topic run write|read|full commands have been increased to 60 seconds and 5 seconds, respectively. -
Changed the default value for the
--supported-codecs
option toRAW
in the ydb topic create and ydb topic consumer add commands.
Bug fixes:
-
Fixed string loss when loading with the ydb import file json command.
-
Fixed ignored statistics during the warm-up of commands ydb workload topic run write|read|full.
-
Fixed incomplete statistics output in the ydb scripting yql and ydb yql commands.
-
Fixed incorrect output of progress bar in ydb tools dump and ydb tools restore commands.
-
Fixed loading large files with the header in the ydb import file csv|tsv command.
-
Fixed hanging of the ydb tools restore --import-data command.
-
Fixed error
Unknown value Rejected
when executing the ydb operation list build index command.
Full Changelog: https://github.com/ydb-platform/ydb/compare/CLI_2.5.0...CLI_2.6.0