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. Mar 15, 2021
    • Adam Hegyi's avatar
      Always restore hierachical order · a7038df0
      Adam Hegyi authored
      This change adds distinct call to each recursive namespace query to
      avoid buggy planning behavior. The change also ensures that resultset is
      always in hierarchical order.
      a7038df0
  3. Feb 05, 2021
Loading