Tsurugi 1.2.0 - Release Notes (en) #111
akirakw
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.2.0 Release Notes
Overview
In this version, improvements to index join processing (Index Join) have accelerated join processing under specific conditions.
Additionally, as an experimental feature, a function to speed up query execution by reading table data in parallel when using RTX has been introduced.
Furthermore, this version includes several important bug fixes and minor improvements.
All users of the previous version are strongly recommended to upgrade to this version.
New Features and Improvements
SQL
EXPLAIN
statement intgsql
command will be shown asjoin (join_scan)
.Transaction
dev_rtx_parallel_scan=true
to thesql
section of the configuration filetsurugi.ini
.scan_default_parallel=(num of parallel)
in thesql
section of the configuration filetsurugi.ini
.4
.sql.scan_default_parallel
that can be expected to improve performance is approximately4
to8
. Additionally, depending on the environment, table content, and query content, the effects of parallel execution may not be realized.Bug Fixes
Transaction
SQL-02000: Unexpected error occurred. status:err_invalid_state
may occur, causing the RTX transaction to fail.Endpoint
Known Issues
For known issues in this version and supplementary information on issues fixed in this version, refer to the following link:
Others
For a list of changes in this version, refer to the following Changelog:
For upgrade instructions from previous versions, refer to the following document:
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions