- The Oracle connector is a target connector only and cannot be used as an initiating connector.
- All Oracle target connector nodes must be driver nodes for communication and data transfer to the Oracle system.
- Install the Oracle target connector on an edge or additional node and not on Oracle system nodes.
- 16GB RAM
- 50GB disk space
- Memory requirements as defined in the fabric/connector setup
- CPU and JVM configuration for large dataset processing
- Latest version of JAVA 8 or 11
- For supported operating system versions, see the QueryGrid Compatibility Matrix
When using the Oracle Connector, the system running the QueryGrid driver process handles a greater workload as compared to other connectors. The CPU and memory configuration of the driver node has a significant impact on query performance. The following sample test results are from using different CPU and memory configurations. Multiple driver nodes can be used for load balancing.
CPU
Machine Type | Import | Export |
---|---|---|
Physical System (56 CPUs, 252GB memory) | 3% | 2.5% |
Virtual Machine (2 CPUs, 16GB memory) | 70% | 55% |
Machine Type | Import | Export |
---|---|---|
Physical System (56 CPUs, 252 GB memory) | 500ms | 300ms |
Virtual Machine (2 CPUs, 16 GB memory) | 600ms | 450ms |
Machine Type | Import | Export |
---|---|---|
Physical System (56 CPUs, 252 GB memory) | 45% | 1% |
Virtual Machine (2 CPUs, 16 GB memory) | 90% | 55% |
Memory
The default JVM driver has a default maximum heap size of 500MB. Teradata recommends increasing this value to 10GB when using the Oracle connector due to the increased workload experienced by the driver node. You change the value by setting the QueryGrid system property driverMaxHeapSizeMB to 10000 (10GB) and restarting the tdqg-node service. Heap usage increases with the number of concurrent queries.
Throughput
Machine Type | Import Throughput (Single Query) |
Export Throughput (Single Query) |
Import Throughput (5 Concurrent Queries) |
Export Throughput (5 Concurrent Queries) |
---|---|---|---|---|
Physical System (56 CPUs, 252 GB memory) |
11.11MB/s | 7.03MB/s | 3.97MB/s per query | 1.40MB/s per query |
Virtual Machine (2 CPUs, 16 GB memory) |
11.71MB/s | 7.23MB/s | 3.31MB/s per query | 1.71MB/s per query |