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.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
size | STRING | Desired size for the CDC reasoner (for example, 'HIGHMEM_X64_M'). See Reasoner Sizes. |
Returns
Section titled “Returns”STRING
Example
Section titled “Example”CALL relationalai.app.alter_cdc_engine_size('HIGHMEM_X64_M');