The DQM configuration category includes the following configurable options:
Chunk Size
Threaded Batch Size
Number of Threads
Enabled Threading
|
Chunk Size |
|
|
NON_NEGATIVE_INTEGER | |
Number of Subjects per chunk during evaluation | |
|
|
1000
|
|
|
|
Threaded Batch Size |
|
|
NON_NEGATIVE_INTEGER | |
The number of patients to break up per thread for parallel processing of data. Example: if processing 1000 patients in a measure evaluation query, thread-Number =2, and Thread-Batch-Size is set to 500, then system will split 1000 patients into two batches of 500 patients, distribute query to two threads for processing, and collect results from threads when complete. | |
|
|
250
|
|
|
|
Number of Threads |
|
|
NON_NEGATIVE_INTEGER | |
The quantity of concurrent processors to make available from the system for $evaluate-measure queries. Note: This value needs to be less than available processors on SmileCdr instance to perform optimally. | |
|
|
2
|
|
|
|
Enabled Threading |
|
|
BOOLEAN | |
Enable parallel processing of $evaluate-measure quality report queries on multiple threads. | |
|
|
true
|
|
|