Controls the appearance of messages about cache warming in the Server Messages window.
{ dbsrv10 | dbeng10 } -cv { + | - } ...
All operating systems and servers.
When -cv+ is specified, a message appears in the Server Messages window when any of the following cache warming activities occur:
collection of requested pages starts or stops (controlled by the -cc server option)
page reloading starts or stops (controlled by the -cr server option)
By default, this option is turned off.
The following command starts the database mydatabase.db with database page collection and page loading turned on, and logs messages about these activities to the Server Messages window:
dbsrv10 -cc+ -cr+ -cv+ mydatabase.db