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

pgconfig: query optimizations #462

Commits on May 3, 2024

  1. pgconfig: improve per-request CatalogInfo RowMapper cache locality

    User per-type, true-LRU small caches in `CatalogInfoRowMapper` to
    improve locality.
    
    Do not cache `ResourceInfo` (`FeatureTypeInfo`, etc.). They would only
    be parsed when a `ResourceInfo` was explicitly requested or when parsing
    a `LayerInfo`. In the later case, the relationship is 1:1 so no need for
    caching.
    groldan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    51cdf74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4967ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    026bc99 View commit details
    Browse the repository at this point in the history
  4. remove dead code

    groldan committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bfd4ca8 View commit details
    Browse the repository at this point in the history