Skip to content

Commit 744c35a

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#933)
Co-authored-by: josh-wong <[email protected]>
1 parent ea1bd62 commit 744c35a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/scalardb-cluster/run-transactions-through-scalardb-cluster.mdx

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

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

254+
:::note
255+
256+
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.
257+
258+
:::
259+
254260
<Tabs groupId="interfaces" queryString>
255261
<TabItem value="Java" label="Java" default>
256262
<h3>One-phase commit interface</h3>

0 commit comments

Comments
 (0)