ScalarDB Configurations
This page describes the available configurations for ScalarDB.
ScalarDB client configurations
ScalarDB provides its own transaction protocol called Consensus Commit. You can use the Consensus Commit protocol directly through the ScalarDB client library or through ScalarDB Cluster, which is a component that is available only in the ScalarDB Enterprise edition.
Use Consensus Commit directly
Consensus Commit is the default transaction manager type in ScalarDB. To use the Consensus Commit transaction manager, add the following to the ScalarDB properties file:
scalar.db.transaction_manager=consensus-commit