Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
    • alex pooley's avatar
      Cache namespace traversal path · 7fa6bcd8
      alex pooley authored
      Work towards replacing recursive namespace queries with linear queries.
      This commit tracks the path to each namespace, and future work will
      replace recursive queries with queries that utilize this new column.
      7fa6bcd8
  2. Feb 04, 2021
  3. Jan 22, 2021
    • Jan Provaznik's avatar
      Preset root ancestor when finding labels · e5594b65
      Jan Provaznik authored
      Because we search for permissioned labels which all have the same
      top-level group, we can preset root_ancestor for them before permission
      check. This optimization saves us extra query to fetch root ancestor
      (called from group policy).
      e5594b65
Loading