Retrohacked Posted September 23 Share Posted September 23 Improve the speed of the next query under specific conditions in the Query window. When consecutive sections are all too small (e.g., 64K), the original program's optimization with MinResultAccessFactor would actually slow down the scanning speed. Now, a set of MinResultAccessFactorThreshold options has been added to address this issue. MinResultAccessFactorThreshold Set a value for the section size (in bytes). The MinResultAccessFactor option will only take effect when the section size is greater than this value. Default size is 1048576(1MB). Fixed the issue that the Refresh function was not working in the Query window caused by the previous update. View the full article Link to comment Share on other sites More sharing options...
Recommended Posts