Skip to content

relationalai.app.alter_cdc_reasoner_size()

alter_cdc_engine_size(size STRING)

This page exists to document the CDC resize procedure referenced by the slug alter_cdc_reasoner_size. In this release, the stored procedure name in the RAI Native App SQL schema is app.alter_cdc_engine_size().

A procedure that configures the size of the CDC reasoner used to process data streams. Requires the cdc_admin application role.

NameTypeDescription
sizeSTRINGDesired size for the CDC reasoner (for example, 'HIGHMEM_X64_M'). See Reasoner Sizes.

STRING

CALL relationalai.app.alter_cdc_engine_size('HIGHMEM_X64_M');