REFAC: mixed sampling data handler loads to much data
All data handlers using mixed sampling are loading to much data, because they just use the variable dictionary. But e.g. for loading target data it would be sufficient to load only the required target data instead of all data from the dictionary. Introduce a precheck for data handlers having mixed sampling to reduce data loading.