gather_plan_statistics hint
statistics_level to all _rowsource_statistics_sampfreq determines how often system time(?) is taken to measure amount of time spent in a row source operation. Lowering the value of _rowsource_statistics_sampfreq increases the accuracy per rowsource, but increases time spent to measure the values and thus the overall time («overhead») to execute an SQL statement. qerstSnapStats and qerstUpdateStats record such row source statistics?