Cleared 1m ago · LadybugDB/ladybug #823 · C++ · ★ 1.6k · MIT

performance: icedisk_

lbug -i xet://datasets/ladybugdb/ldbc-csr/main/cit-Patents-csr/schema.cypher lbug> profile match (a)-[b]->(c) return a.id, c.id limit 10; ... is rather slow. Probably inefficiencies in ice_disk_rel_table.{cpp,h} on how the scan works. Also potentially screwing up the join order…

What we checked

Similar unclaimed issues