Run Non-Transactional Storage Operations Overview
ScalarDB was initially designed to provide a unified abstraction between diverse databases and transactions across such databases. However, there are cases where you only need the unified abstraction to simplify your applications that use multiple, possibly diverse, databases.
ScalarDB can be configured to provide only the unified abstraction, without transaction capabilities, so that it only runs non-transactional operations on the underlying database and storage. Since ScalarDB in this configuration doesn't guarantee ACID across multiple operations, you can perform operations with better performance.
🗃️ Run Through the CRUD Interface
2 items
📄️ Run Through the SQL Interface
This guide explains how to run non-transactional storage operations through the SQL interface for ScalarDB Cluster.
📄️ Run Through the Primitive CRUD Interface
This page explains how to run non-transactional storage operations through the primitive CRUD interface, also known as the Storage API. This guide assumes that you have an advanced understanding of ScalarDB.