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

Add soft TTL to Query Cache entries #4086

Merged
merged 4 commits into from
Jan 28, 2023
Merged

Add soft TTL to Query Cache entries #4086

merged 4 commits into from
Jan 28, 2023

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    2ffbf94 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Add soft TTL to Query Cache entries

    When Query Cache entries reach the soft ttl, the next query hit the
    backend and refresh the entry. While the refresh happens, other queries
    keeps getting the "old" Query Cache entry.
    
    Soft ttl is a percentage of the cache ttl and is defined by a global
    variable for all the entries. If the value is 0, soft ttl is disabled
    and no used.
    javsanpar committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f5281b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    f87910d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    51df157 View commit details
    Browse the repository at this point in the history