Event Storages Policy
Event Storages Policy is a global server configuration property with a single variable Change Event Storage Policy that determines how events are grouped in the database.
Change Event Storage Policy
Selection options:
Single Table: Store all events from all contexts in a single table.
Dedicated Table: Store all events from the same context in a dedicated table, creating tables for each context that produces events.
Variable name: databaseEventHistoryStoragePolicy
Value type: Integer
Possible values:
0 - Indicating storage policy Single Table
1 - Indicating storage policy Dedicated Table
Default value: 0 - Single Table
Was this page helpful?