• Alex Pooley's avatar
    Search for group descendants through a btree · ec0cdd21
    Alex Pooley authored
    Searching for descendants with array operators and a GIN index can fail
    under extreme circumstances. The comparison operators with a btree index
    is less susceptible to such issues.
    
    Changelog: performance
    ec0cdd21
traversal_ids_btree.yml 261 Bytes