Skip to content

Commit e623691

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 8e2b61c commit e623691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/roadmap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you have a feature request or want to prioritize feature development, please
4444
- **One-phase commit optimization**
4545
- 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.
4646
- **Reduction of storage space needed for managing ScalarDB metadata**
47-
- Users will likely use less storage space to run ScalarDB. ScalarDB will remove the before image of committed transactions after they are committed. However, whether or not those committed transaaction will impact actual storage space depends on the underlying databases.
47+
- Users will likely use less storage space to run ScalarDB. ScalarDB will remove the before image of committed transactions after they are committed. However, whether or not those committed transactions will impact actual storage space depends on the underlying databases.
4848

4949
#### Cloud support
5050

0 commit comments

Comments
 (0)