<ctflexrec> enables files be created with support for hot alter table. It determines whether to create files with RTG file mode ctFLEXREC required to support features such as the Hot Alter Table.
Tables are created by default with this mode as of RTG V12.5.0 and later.
Accepted Values
Value |
Effect |
Synonyms |
---|---|---|
yes |
Enables Hot Alter Table (default in RTG 12.5 and later) |
y, true, on, 1 |
no |
Tables do not support hot alter table. |
n, false, off, 0 |
Review the ctutil -alter option for specific usage of Hot Alter Table with RTG tables.
<ctfixed> and <ctflexrec> are mutually exclusive and can not be combined together and an error will result.
Example
<ctflexrec>yes<ctflexrec>
See Also