Scada-LTS icon indicating copy to clipboard operation
Scada-LTS copied to clipboard

Increase the performance of DataPointDAO

Open Limraj opened this issue 3 years ago • 0 comments

Description

Select queries after datapoint should not require a datasource, a "join" operation is currently being performed. It results from the fact that additional dataSourceXid information is collected, in order to eliminate the necessity of the join operation, one would have to serialize the dataSourceXid field in DataPointVO, or extract this field as a column.

Version: 2.6.11

Limraj avatar Feb 08 '22 15:02 Limraj