Skip to main content

DURABILITY_OFF

Constant DURABILITY_OFF 

Source
const DURABILITY_OFF: &[&str];
Expand description

Durability is off on purpose. This cluster is initdb’d moments earlier and dies with the container, so there is nothing for it to protect — every fsync is pure cost, paid on cloud block storage, and 275 of the tests create and migrate a database of their own. Measured worth ~2m30s of a test run.