All logging services use a log entry ID generator service to generate unique IDs for each logging entry type. This component uses a database table (dps_logging_id_counter) to keep track of current log entry IDs. These ids are generated in batches for each ATG server to minimize the amount of database contention. The batch size can be configured through the logging service’s idBurnFactor property. The default value is 100, but servers that are in a production environment might want to increase this value (e.g. to 1000) depending on load.

 
loading table of contents...