Java Engine Performance
This article outlines some .NET Engine tests that we ran.
Performance Tests
For these tests, we used one t2.2xlarge VM in AWS:
t2.2xlarge | |
---|---|
vCPU | 8 |
Mem (GiB) | 32 |
Storage | EBS-Only |
The tests are ran by setting up a queue of 1000 documents using the same template and data and running the specified number of worker threads to generate output.
Performance Test Results
Version 23.0.*
2 Threads | 4 Threads | 8 Threads | |
---|---|---|---|
XML Datasource | 105.57 pages/second | 199.65 pages/second | 305.15 pages/second |
SQL Datasource | 103.46 pages/second | 199.49 pages/second | 321.82 pages/second |
JSON Datasource | 204.98 pages/second | 198.24 pages/second | 315.76 pages/second |