Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ScalarDB は、トランザクション機能なしで統一された抽象化

このサブカテゴリでは、このような非トランザクションストレージ操作を実行する方法を学習できます。

分析クエリの実行方法については、次のガイドを参照してください。

- CRUD インターフェースを使用して実行
- [ScalarDB Core ライブラリを使用](run-non-transactional-storage-operations-through-library.mdx)
- [ScalarDB Cluster を使用](scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';

このサブカテゴリでは、ScalarDB データモデルに基づいてデータをモデル化し、スキーマを作成する方法を学習できます。次に、ScalarDB Core ライブラリと、Core ライブラリをラップする gRPC サーバーである ScalarDB Cluster を介してトランザクションを実行する方法を学習できます。

正確で安全でパフォーマンスの高い ScalarDB ベースのアプリケーションを作成する方法については、次のガイドを参照してください。

- [データモデリング](data-modeling.mdx)
- CRUD インターフェースを使用して実行
- [ScalarDB Core ライブラリを使用](run-transactions-through-scalardb-core-library.mdx)
Expand Down