Skip to content

0.9.9.11-beta

Compare
Choose a tag to compare
@avan06 avan06 released this 23 Sep 11:35
· 24 commits to main since this release
  • 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.