JervenBolleman / r2s2

An experiment in taking random rdf and getting an "optimized" sparql endpoint based on sql (duckdb)
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Enlarge the scope of the tablemerging algorithm #1

Open JervenBolleman opened 1 year ago

JervenBolleman commented 1 year ago

To many tables that could be merged are not yet merged. Look into the logic of why this is not happening.

JervenBolleman commented 1 year ago

So the table merging works ok. In the "concurrence" algorithm. A big issue was a bad sorting comparison.