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

[DNM] sql: index pg_catalog.pg_namespace.nspname #70885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 29, 2021

  1. [DNM] sql: index pg_catalog.pg_namespace.nspname

    This adds a virtual index to enable point lookups against pg_namespace.
    
    This approach is even better than just doing a point lookup, it also leverages
    leases. That can run into other consistency problems that we aren't going to
    think too hard about right now because there's some issues to fix thim in
    this release. It's going to turn N lookups and descriptor constructions into
    0.
    
    Release note: None
    ajwerner committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fb99d20 View commit details
    Browse the repository at this point in the history