cgivre opened a new pull request, #2929: URL: https://github.com/apache/drill/pull/2929
# [DRILL-XXXX](https://issues.apache.org/jira/browse/DRILL-XXXX): PR Title (Please replace `PR Title` with actual PR Title) ## Description Whenever Drill executes a Splunk query, it must retrieve a list of indexes from Splunk. This step can add a considerable amount of time to the planning phase. This PR introduces a simple in-memory cache for the Splunk plugin which caches the list of indexes to avoid having to query Splunk repeatedly to obtain this information. ## Documentation (Please describe user-visible changes similar to what should appear in the Drill documentation.) ## Testing Ran all unit tests and tested manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org