kjetilk / p5-atteanx-query-cache

Experimental prefetching SPARQL query cacher, take 2
0 stars 1 forks source link

Support Triple Pattern Fragments in the planner #5

Closed kjetilk closed 8 years ago

kjetilk commented 8 years ago

Depends on #24 which appears to be the final problem

kjetilk commented 8 years ago

Also depends on #15 since the planner gets really slow with all the plans LDF introduce.

kasei commented 8 years ago

At some point we can talk about improving performance by reducing the complexity of the planning. For example, you could reduce the batch size in the IDP planner, or switch to a purely greedy planning algorithm (which in your case might not actually reduce the quality of the produced plan).

kjetilk commented 8 years ago

Cool! It would be interesting to see if the current tests still pass with different planners, in which case I think we can just do it. :-)