Database requirements
TrueSight Capacity Optimizationsupports Oracle and PostgreSQL databases. BMC recommends that you install the TrueSight Capacity Optimization components and the database on separate servers.
You must validate these databases for your environment by performing an appropriate sizing exercise. Use the following information to understand the requirements for these databases.
Oracle database requirements
This section explains the requirements for the TrueSight Capacity Optimization database server that uses an Oracle database:
- Operating system: Any 64-bit operating system supported by the Oracle database.
- Oracle Database versions: The following versions are currently supported:
1 - Oracle versions 19.16.0.0 and 19.18.0.0 are supported only when you apply Patch 2 (20.02.02) of TrueSight Capacity Optimization 20.02.
2 - Oracle version 19.22.0.0 is supported only when you apply Cumulative Hotfix 5 or later on Patch 2 (20.02.02) of TrueSight Capacity Optimization.
3 - Oracle version 19.23.0.0 is supported only when you apply Cumulative Hotfix 7 or later on Patch 2 (20.02.02) of TrueSight Capacity Optimization.
4 - Oracle version 19.25.0.0 is supported only when you apply Cumulative Hotfix 9 or later on Patch 2 (20.02.02) of TrueSight Capacity Optimization.
5 - Oracle version 12.1.0.2.0 does not work as expected (caused by Oracle bug 20508819). You can perform one of the following tasks as a workaround:
- Add Oracle instance init parameter _optimizer_aggr_groupby_elim=false to use Oracle version 12.1.0.2.0.
- Use Oracle version 12.1.0.1.0 or 12.2.0.1.
Oracle client requirements
Computers or VMs that host the Application Server or ETL Engine components must be running a supported Oracle client with the following packages, components, and configurations:
- Character set: AL32UTF8 — As part of Internationalization support and Unicode standard alignment, use this character set to prevent issues related to wrong character encoding during the integration of heterogeneous datasources.
- Oracle Partitioning: Install and enable Oracle Partitioning on the Database Server, especially for very large databases to ensure maximum performance.
- Oracle Java Virtual Machine (JVM): Install and enable Oracle JVM on the Database Server.
Configuration recommendations: Review the following Oracle configuration recommendations. These recommendations are based on technical considerations. Refer to the latest Oracle documents for details about any licensing restrictions.
Configuration item
Recommendation
Schema
TrueSight Capacity Optimization database schema uses four tablespaces: two for capacity data and two for indexes. For better performance, BMC recommends that the two data tablespaces be allocated on a different physical device than the two index tablespaces.
The default schema owner user is BCO_OWN. This user must have permissions on the four tablespaces and also on a temporary tablespace.
The schema uses global temporary tables that can reach considerable size.
Allocate a minimum of 3 GB for the temporary tablespace and 3 GB for the UNDO tablespace.
Memory Management
Use automatic memory management. Configure only the limit, and Oracle will manage the SGA and PGA.
Set the memory limit at 80 percent of the total memory.
Listener configuration
By default, the Oracle instance sets the listener port to 1521. You can also set a different port according to Oracle guidelines.
Set the max sessions parameter to 300. This is the minimum requirement.
For very large deployments involving many Application Servers and ETL engines, you must increase the max sessions parameter to avoid saturation.
Block size
The default block size should be used. BMC recommends you to set a block size between 8 KB and 32 KB.
Archive logging
BMC recommends running the database in archive logging (ARCHIVELOG) mode and using Oracle best practices:
- Perform periodic full backups (for example, weekly).
- Perform incremental backups (for example, daily).
- Perform continuous archive log backups (for example, every 6 hours).
The size and frequency needed for the archive logs depends linearly on the size of the TrueSight Capacity Optimization database in terms of daily population load. As a rough estimation, provide 2.5 GB/hour for every 10 million rows loaded per day. For example, provide 5 GB/hour for a TrueSight Capacity Optimization database sized for 20 million rows per day.
Archive logging allows you to do a full backup without shutting down TrueSight Capacity Optimization. Daily shutdown for backup can cause problems to application tasks and services: no task can be executed in the database maintenance window, so you would have to reconfigure OOTB tasks. If the database is shut down, TrueSight Capacity Optimization will log several exceptions and send the administrator an email, so you would also have to stop TrueSight Capacity Optimization components before turning off the database.
REDO logs
Allocate at least 4 GB for the REDO logs. You must allocate enough archive space to accommodate the REDO logs for the backup period. For example, if backup is taken every six hours, the archive space will need to be at least 24 GB.
Recommended number of groups and file size: Six groups of REDO logs, with redo file size of 512MB.
Auto space advisor
If you schedule this task, it is recommended that you schedule it for execution on a weekly basis.
Gather database statistics
If you schedule this task, it is recommended that you schedule it for execution after every 2 or 3 days.
PostgreSQL database requirements
This section explains the requirements for the TrueSight Capacity Optimization database server that uses a PostgreSQL database:
- Operating system: Any 32- or 64-bit operating system supported by the PostgreSQL Database Server
- ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8'
- PostgreSQL Database versions: Versions 15.x, 14.x, and 13.x are currently supported.
The current compatibility offering for the PostgreSQL database supports large environments handling up to 80 million records per day.
- Configuration recommendations: Review the following PostgreSQL configuration recommendations.
Configuration item | Recommendation |
---|---|
Users, Roles |
|
Schema and Tablespaces |
|
Client Authentication |
|
Instance parameters | BMC recommends adding the following parameters to the configuration of the Database Server in postgresql.conf or equivalent file: listen_addresses = '*' checkpoint_timeout = 15min #following parameters should be tuned according to actual memory available to Database server machine maintenance_work_mem = 1512MB #for PG versions >= 10, max workers have to be configured. This is a sample configuration for a 16 CPU configuration Note: For PostgreSQL 9.4 and earlier, add checkpoint_segments = 32 parameter instead of min_wal_size = 4GB and max_wal_size = 8GB parameters. |
Some recommendations for improving the PostgreSQL database performance:
Use PGTune to configure the PostgreSQL database. For more information, see PGTune.
- Ensure that the database is managed by official PostgreSQL database administrators.
For information about deploying TrueSight Capacity Optimization in a PostgreSQL environment, see Deploying TrueSight Capacity Optimization in a PostgreSQL environment.
For information about the backup recommendations for a PostgreSQL database, see the PostgreSQL documentation.
Running the database on a virtual machine
The TrueSight Capacity Optimization database can be set up by using a virtual machine, instead of a physical machine.
- Ensure that resources are available to the TrueSight Capacity Optimization database, similar to mission critical workloads hosted on virtual machines. The choice of hypervisor and its configuration determines the levels of contention with other virtual machines sharing the CPU, memory, and other resources.
- For TrueSight Capacity Optimization, I/O throughput is a key sizing parameter, as explained in Sizing considerations. Configure the hypervisor layer to ensure that the required I/O throughput is available.