anilpacaci / rpq

Apache License 2.0
3 stars 1 forks source link

Tree-based Partitioning #15

Open anilpacaci opened 4 years ago

anilpacaci commented 4 years ago

We can partition Delta based on spanning trees, each worker would be responsible of subset of trees. This would provide a straightforward way to partition data.

Then we can use DAGreedy based approach to balance thread workloads as necessary