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. Jul 14, 2020
    • alex pooley's avatar
      Define a namespace traversal cache · 42661f03
      alex pooley authored
      1. Add a traversal_ids array column to the namespaces table.
      2. Define Traversal::Hierarchy to sync traversal_ids using recursive
      traversal methods.
      42661f03
Loading