Reloading column tables in this way restores the database to a fully operational state more quickly.
However, it does create performance overhead, and may not be necessary in nonproductive systems, how can you deactivate the the reload feature?
- Edit the indexserver.ini file by setting the reload_tables parameter in the sql section to true
- Edit the indexserver.xml file by setting the reload_tables parameter in the sql section to false
- Edit the indexserver.ini file by setting the reload_tables parameter in the sql section to false
- Edit the indexserver.xml file by setting the reload_tables parameter in the sql section to false
Reveal Solution Next Question