Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak DB counter update #2067

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Tweak DB counter update #2067

merged 3 commits into from
Sep 25, 2024

Commits on Sep 18, 2024

  1. Improve database updating procedure by avoiding opening a dedicated /…

    … separate database connection for updating the query counters when we already have the disk database attached to our in-memory database under the disk.* namespace. This also brings a bit of code duplication and removal of functions called only once.
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    66141d8 View commit details
    Browse the repository at this point in the history
  2. Include update inside running transaction

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3a7820 View commit details
    Browse the repository at this point in the history
  3. Reset global counters after update

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4048081 View commit details
    Browse the repository at this point in the history