Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

Resource Consumption Example

Resource Consumption Example

The following example illustrates how you can determine the Dynamic Data Masking resource consumption for an Oracle database.
In an Oracle database, the CPU consumption is linearly proportional to the SQL *Net traffic that the Dynamic Data Masking service routes. You can use the SQL *Net and DBlinks traffic values to estimate the amount of CPU that the Dynamic Data Masking service consumes.
The Dynamic Data Masking resource consumption is approximately 1% of the server CPU and has no I/O overhead. The Dynamic Data Masking service requires approximately 1 GB for memory and some disk space for logs.
To calculate the CPU consumption, you must determine the round-trip value, which is the total packet traffic that a client and server sends and receives each second. The total round-trip value includes SQL *Net traffic and DBlinks.
Use the following variables and equations to calculate the CPU consumption:
Variables
X1 = SQL *Net round-trip value
X2 = DBlinks round-trip value
PR = Total round-trip packets for each second
Equations
PR = (X1+X2)*2
CPU Consumption = PR/10,000

0 COMMENTS

We’d like to hear from you!