Storage Preferences
This section discusses the types associated with storage preferences.
The CTXSYS.DEFAULT_STORAGE storage preference uses the BASIC_STORAGE type.
Here are the storage preferences:
-
The
CTXSYS.XQFT_LOWpreference disables the persistence of secondary XML representation into$Dtable to save index storage space.-
xml_save_copy = FALSE -
xml_forward_enable = FALSE
-
-
The
CTXSYS.XQFT_MEDIUMpreference enables the persistence of secondary XML representation into$Dtable to reduce the time spent on post index xquery evaluation, if needed.-
xml_save_copy = TRUE -
xml_forward_enable = FALSE
-
-
The
CTXSYS.XQFT_HIGHpreference enables the persistence of secondary XML representation into$Dtable and forwards the index into$Oto reduce the time spent on post index xquery and xquery full text expression evaluation, if needed.-
xml_save_copy = TRUE -
xml_forward_enable = TRUE
-