Skip to content

Commit 7e99534

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1152)
Co-authored-by: josh-wong <[email protected]>
1 parent 3ca2f9a commit 7e99534

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

versioned_docs/version-3.12/roadmap.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you have a feature request or want to prioritize feature development, please
4545

4646
- **Addition of read-committed isolation**
4747
- Users will be able to run transactions with a read-committed isolation to achieve better performance for applications that do not require strong correctness.
48-
- **One-phase commit optimization for a single relational database**
48+
- **One-phase commit optimization**
4949
- Users will be able to run a transaction more efficiently by using one-phase commit if the operations of the transaction are all applied to a single database or a single partition.
5050
- **Optimization for multiple write operations per database**
5151
- Users will be able to run transactions more efficiently with a batch preparation and commitment if there are multiple write operations for a database.
@@ -81,11 +81,6 @@ If you have a feature request or want to prioritize feature development, please
8181
- **Enabling of read operations during a paused duration**
8282
- Users will be able to issue read operations even during a paused duration so that users can still read data while taking backups.
8383

84-
#### Performance
85-
86-
- **One-phase commit optimization**
87-
- Users will experience faster execution for simple transactions that write to a single partition. ScalarDB will omit the prepare-record and commit-state phases without sacrificing correctness if a transaction updates only one partition by exploiting the single-partition linearizable operations of the underlying databases.
88-
8984
#### Scalability and availability
9085

9186
- **Semi-synchronous replication**

0 commit comments

Comments
 (0)