Skip to content

Commit 6bce874

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#937)
Co-authored-by: josh-wong <[email protected]>
1 parent cf58520 commit 6bce874

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versioned_docs/version-3.12/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ ScalarDB has its own data model and schema that maps to the implementation-speci
250250

251251
You can run transactions by using a one-phase or a two-phase commit interface. Select your method for running transactions.
252252

253+
:::note
254+
255+
If you are building a monolithic application, you should use the one-phase commit interface. However, if you are building a microservice application, see [ScalarDB Cluster Deployment Patterns for Microservices](./deployment-patterns-for-microservices.mdx) to decide which interface to use.
256+
257+
:::
258+
253259
<Tabs groupId="interfaces" queryString>
254260
<TabItem value="Java" label="Java" default>
255261
<h3>One-phase commit interface</h3>

0 commit comments

Comments
 (0)