Skip to content

Commit

Permalink
AUTO: Sync ScalarDB docs in English to docs site repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Feb 6, 2025
1 parent ff934c3 commit 31a8b53
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ ScalarDB has its own data model and schema that maps to the implementation-speci

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

:::note

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.

:::

<Tabs groupId="interfaces" queryString>
<TabItem value="Java" label="Java" default>
<h3>One-phase commit interface</h3>
Expand Down

0 comments on commit 31a8b53

Please sign in to comment.