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
2 changes: 0 additions & 2 deletions docs/develop-run-non-transactional-operations-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ScalarDB can be configured to provide only the unified abstraction, without tran

In this sub-category, you can learn how to run such non-transactional storage operations.

To learn how to run analytical queries, see the following guides:

- Run Through the CRUD Interface
- [Use the ScalarDB Core Library](run-non-transactional-storage-operations-through-library.mdx)
- [Use ScalarDB Cluster](scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx)
Expand Down
2 changes: 0 additions & 2 deletions docs/develop-run-transactions-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ displayed_sidebar: docsEnglish

In this sub-category, you can learn how to model your data based on the ScalarDB data model and create schemas. Then, you can learn how to run transactions through the ScalarDB Core library and ScalarDB Cluster, a gRPC server that wraps the Core library.

To learn how to create correct, secure, and well-performing ScalarDB-based applications, see the following guides:

- [Model Your Data](data-modeling.mdx)
- Run Through the CRUD Interface
- [Use the ScalarDB Core Library](run-transactions-through-scalardb-core-library.mdx)
Expand Down