Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.32 KB

develop-run-non-transactional-operations-overview.mdx

File metadata and controls

21 lines (16 loc) · 1.32 KB
tags displayed_sidebar
Community
Enterprise Standard
Enterprise Premium
docsEnglish

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.

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