Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
AFS-ENABLE command (m605006+afsenable.htm)
Converts a specified data section or index to use automatic file sizing.
AFS-ENABLE {file-specifier {index-name}}
file-specifier Specifies the required data section or the data section containing the required index.
See General Conventions for the full syntax of file-specifier.
If used without a file name, AFS-ENABLE converts all the data sections and indexes specified in the currently active select list (see AFS-SELECT).
index-nameOptional. The name of the required index.
Can only be run by the database owner.
AFS-ENABLE does not resize the specified data section or index, it just converts it to use automatic file sizing.
A data section and its indexes can be independently configured for automatic file sizing.
The AFS-ENABLE command can also be used to re-enable automatic file sizing for a data section or index that has automatic sizing suspended with AFS-HOLD.
The CREATE-FILE command allows you to create a new automatically sized data section. Similarly, automatically sized indexes can be created with CREATE-INDEX.