Skip to content

Commit

Permalink
dist: (doc:) change back default of commit_response to STORED
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Nov 28, 2023
1 parent 26016de commit 7a5628d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -19,10 +19,6 @@ It focused for the following features:
The latest version is **BETA** release.
This includes the below significant limitations as below:

* Default commit setting does not guarantee the committed data are durable, they will be saved to disks a short time after (about tens to hundreds of milliseconds)

* You can change this setting ([tsurugi.ini](dist/install/conf/tsurugi.ini)) by `commit_response` in `[sql]` section. The current setting is `AVAILABLE` (committed data is visible for other transactions), and we planed it to be `STORED` (committed data has been saved on the local disk).

* Available SQL features are very limited, please see [available feature list](docs/sql-features.md).
* User control does not work, including authentications and authorizations.

Expand Down
6 changes: 1 addition & 5 deletions dist/install/conf/tsurugi.ini
Expand Up @@ -12,11 +12,7 @@
#thread_pool_size=
#stealing_enabled=true
#default_partitions=5
## WARNING: In this release, commit_response set to `AVAILABLE`
## (committed data is visible for other transactions),
## and we planed it to be `STORED`
## (committed data has been saved on the local disk)
commit_response=AVAILABLE
#commit_response=STORED

[ipc_endpoint]
#database_name=tsurugi
Expand Down
2 changes: 1 addition & 1 deletion tateyama

0 comments on commit 7a5628d

Please sign in to comment.