Closed joka921 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.33%. Comparing base (
bed8b29
) to head (c540e64
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
5 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
If a block contains triples from at most
MAX_NUM_GRAPHS_STORED_IN_BLOCK_METADATA
(default value: 20) different graphs, store the set of these graphs along with the block metadata. Also store the binary information whether the block contains two identical triples belonging to different graphs. Given a set of graphs (which eventually will come from a query via theFROM
orGRAPH
clause) then use this metadata to determine whether a block contains relevant triples at all, or whether all the triples in the block are relevant, or whether the block needs to be filtered and or triples need to be deduplicated.This is an index-breaking change (it changes the binary format of some of the index files).