Skip to content

Commit 61b10ce

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1147)
Co-authored-by: josh-wong <[email protected]>
1 parent 1cdd9b2 commit 61b10ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/roadmap.mdx

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

4747
- **Addition of read-committed isolation**
4848
- Users will be able to run transactions with a read-committed isolation to achieve better performance for applications that do not require strong correctness.
49-
- **One-phase commit optimization for a single relational database**
49+
- **One-phase commit optimization**
5050
- 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.
5151
- **Optimization for multiple write operations per database**
5252
- Users will be able to run transactions more efficiently with a batch preparation and commitment if there are multiple write operations for a database.
@@ -82,11 +82,6 @@ If you have a feature request or want to prioritize feature development, please
8282
- **Enabling of read operations during a paused duration**
8383
- Users will be able to issue read operations even during a paused duration so that users can still read data while taking backups.
8484

85-
#### Performance
86-
87-
- **One-phase commit optimization**
88-
- 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.
89-
9085
#### Scalability and availability
9186

9287
- **Semi-synchronous replication**

0 commit comments

Comments
 (0)