alter_cdc_engine_size()#

relationalai.app
#alter_cdc_engine_size(<engine_size>)

Change the size of the engine used for processing Change Data Capture (CDC) data in the RelationalAI (RAI) Native App. Requires the cdc_admin application role.

Parameters#

NameTypeDescription
engine_sizeSTRINGThe size of the engine to use for processing CDC data. May be one of HIGHMEM_X64_S or HIGHMEM_X64_M.

Example#

By default, the CDC engine is provisioned with the HIGHMEM_X64_S size. Use alter_cdc_engine_size() to change the size of the CDC engine used for processing CDC data in the RAI Native App:

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

See Also#