alter system command.
Some parameters require restarting the server before they take effect.
Viewing configuration
To view current configuration settings:Setting parameters
Use thealter system command to change a configuration parameter:
Available parameters
checkpoint_segment_size
Sets the maximum number of change events that will be processed before a checkpoint occurs.
external_sql_folio
Sets the Git reference in the folio-analytics repository to be used for running external SQL.
Git reference formats
Git reference formats
You can use various Git reference formats:
- Tags:
refs/tags/v1.8.0 - Branches:
refs/heads/main - Commit SHA: Full 40-character commit hash
external_sql_reshare
Sets the Git reference in the folio-reshare repository to be used for running external SQL.
external_sql_folio but for the reshare repository. See External SQL directives for more information on configuring external SQL execution.
max_poll_interval
Sets a timeout in milliseconds for the interval between polls of a Kafka data source, during which change events are processed.
Parameter types
All configuration parameter values are specified as string constants, even for numeric values.
Restart requirements
The following parameters require a server restart to take effect:checkpoint_segment_sizemax_poll_interval
