This page was last edited on October 11, 2021, at 10:18.
Comments or questions about this documentation? Contact us for support!
The LFMT Database is largely sized based on two tables.
RDBMS Database sizing can be calculated using the following metrics:
LFMT will write 1 record per log file to the LFMT database.
Also, LFMT will write 1 record per index found in each log file to the LFMT database, as per the configured indexes in the environment.
Assume:
Sample calculation:
log_file table size = 1000000*.50kB = 500MB
log_file_indexed_token table size = 1000000 * 50 * 0.15kB = 7324MB
Total DB size = 500MB + 7324MB = 7824MB = 7.7GB
Use the following table to estimate the DB space requirements for the LFMT Database; Average daily call volume can be used as a reference.
Note that a deployment would typically have a separate LFMT Server host (LFMT Collector/Indexer pair) per Data-Center so the sizing should represent the call volume handled by that Data-Center.
Average Daily Calls | Database Space |
---|---|
Less than 10k | 500MB |
Between 10k-30k | 1GB |
Between 30k-120k | 30GB |
Greater than 120k | Please consult with Genesys Customer Care. (Detailed Sizing approach recommended) |