From 019c2a65fc9e0e0b527f2c4fa06d99f89a9fa5b8 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 24 Oct 2024 01:50:59 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.12/roadmap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.12/roadmap.mdx b/versioned_docs/version-3.12/roadmap.mdx index 3a1efae4..ee728434 100644 --- a/versioned_docs/version-3.12/roadmap.mdx +++ b/versioned_docs/version-3.12/roadmap.mdx @@ -44,7 +44,7 @@ If you have a feature request or want to prioritize feature development, please - **One-phase commit optimization** - 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. - **Reduction of storage space needed for managing ScalarDB metadata** - - 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. + - 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. #### Cloud support