Sets Sybase IQ parameters and database options for the duration of the connection to the Sybase IQ replicate database.
create function string rs_session_setting for my_iq_fclass output language 'set temporary option Load_Memory_MB=''200'' set temporary option Minimize_Storage=''on'' set temporary option join_preference=5' go
rs_session_setting has function-string class scope.
Create or customize an rs_session_setting function string at the Replication Server that is the primary site for the class.
{set temporary option Load_Memory_MB=''200'' set temporary option Minimize_Storage=''on'' set temporary option join_preference=5}