# Where does aerospike fall in PACELC?

**URL:** https://discuss.aerospike.com/t/where-does-aerospike-fall-in-pacelc/10111
**Category:** General Discussion
**Created:** [March 29, 2023, 6:52am UTC](https://discuss.aerospike.com/t/where-does-aerospike-fall-in-pacelc/10111 "2023-03-29T06:52:50Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kporter](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.aerospike.com/kporter/32/515_2.png) [@kporter](https://discuss.aerospike.com/u/kporter)
#### Post date: [March 29, 2023, 3:55pm UTC](https://discuss.aerospike.com/t/where-does-aerospike-fall-in-pacelc/10111/2 "2023-03-29T15:55:33Z")

</div>

Depends on how you configure Aerospike.

The default for AP mode is PAEC, but can be configured towards PAEL by setting either `write-commit-level` in the `write-policy` to `master` or the `read-consistency-level` in the `read-policy` to `one`.

The `strong-consistency` mode (implements SC) is PCEC.

---

_[View the full topic](https://discuss.aerospike.com/t/where-does-aerospike-fall-in-pacelc/10111)._
