Creating disk-resident databases with relaxed durability

Set the durability level for relaxed-durability databases to no_recovery or at_shutdown. See “Durability levels”.

You can create a relaxed-durability database on existing disks. A relaxed-durability database uses disk storage, so you must use disk init to create the device on which it resides.

This example creates the pubs6 database with a durability level of at_shutdown:

create database pubs6
on pubs6_dev
with override, durability=at_shutdown