2.2.3. History Related Policies

DURABILITY.  Availability of data for late joining readers.

VOLATILE

writer does not keep any history

TRANSIENT_LOCAL

history kept in writer local memory

TRANSIENT

history kept in session local memory

PERSISTENT

history kept in persistent storage

HISTORY.  How much history to keep.

KEEP_LAST

keep limited history with configurable depth

KEEP_ALL

keep all history within resource limits

RESOURCE_LIMITS.  What are the available resource limits.

max_samples

maximum number of samples managed across all instances

max_instances

maximum number of managed instances

max_samples_per_instance

maximum number of samples managed per single instance