Wenn performing a load of a cube with drillthrough parallel load a log line states :
Number of rows in table "<schema>"."table" changed from xxx to yyy
the query performed to do that is select count(*) from <schema>.<table>
thus the query can use a very long time since it performs a full table scan on the table without using any index. Since these statistics are sometimes not relevant (for instance in a production context) it would be really helpful to have an option to deactivate them
Hi,
thanks for this idea. We will consider adding such an option to Cube Loads in a future version, and update here if the status of the feature request changes.