Page MenuHomePhabricator

Allow to specify Blazegraph hints in search services
Closed, ResolvedPublic

Description

Blazegraph allows to specify hints for its geosearch service:

hint:Prior <http://www.bigdata.com/queryHints#maxParallel> "20" .
hint:Prior <http://www.bigdata.com/queryHints#com.bigdata.relation.accesspath.BlockingBuffer.chunkOfChunksCapacity> "10" .
hint:Prior <http://www.bigdata.com/queryHints#com.bigdata.relation.accesspath.IBuffer.chunkCapacity> "100" .
hint:Prior <http://www.bigdata.com/queryHints#com.bigdata.bop.join.PipelineJoin.avgDataPointsPerThread> "25000" .

We should have the same hints available for wikibase:* geosearch services.

Event Timeline

Change 284827 had a related patch set uploaded (by Smalyshev):
Pass query hints to new service node

https://gerrit.wikimedia.org/r/284827

Change 284827 merged by jenkins-bot:
Pass query hints to new service node

https://gerrit.wikimedia.org/r/284827