kjetilk / p5-atteanx-query-cache

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

Use triple store for cache #33

Open kjetilk opened 8 years ago

kjetilk commented 8 years ago

Doing the joins in Perl is currently too slow, so it may be a good idea to use a triple store for the cache, and instead do as many joins down there as possible.