AC_MAX_RESTORE configuration parameter

Use the AC_MAX_RESTORE configuration parameter to specify the number of processes to be started during a parallel table level restore using archecker. Each process will perform physical restore of a table from a dbspace.

Default value
1

Starting with Informix server version 15.0.1.x, while restoring a table from level 0 backup, instead of processing dbspaces serially, archecker will create one dedicated process per dbspace provided in AC_DBSPACE. The individual processes will read pages from L0 backup from storage manager, find the table in the dbspace and will then restore the backed up rows. AC_MAX_RESTORE is introduced to control the number of processes to be created.

Note: Parallel physical table level restore is not supported on Windows platform.

If verbose mode is set to print logs on console, then each process will print the logs related to the number of rows it processed. Also, each process will create a message log file based on the AC_MSGPATH configuration parameter value, the file will have a <pid> as extension. For example, if AC_MSGPATH is set to /tmp/msg_file.log, then the corresponding process message file will be /tmp/msg_file.log.<process ID>.