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 due to the lack of tablestats.
Suggested debug strategy: download the dataset locally, profile the pread system calls using bpfcc-tools.
is rather slow.
Probably inefficiencies in
ice_disk_rel_table.{cpp,h}on how the scan works.Also potentially screwing up the join order due to the lack of tablestats.
Suggested debug strategy: download the dataset locally, profile the
preadsystem calls using bpfcc-tools.