Background
We are a new SplunkCloud customer and are building out our instance, setting up our indexes, field extractions, etc. I’m currently working on Lookups and and seeing unexpected performance characteristics from the searches I am running.
I created an automatic lookup that links the data in one of our indexes to a lookup table that has about 15k rows and 7 columns of data. The automatic lookup links the index to the lookup table via a “guid" field.
Issue:
This search takes 48 seconds to complete and has a scan count of 16million
index=my_index guid=my_guid
This search takes 300ms to complete and has a scan count of 410
index=my_index my_guid
Why is the first search doing all of this extra work? We are about to roll out access to Splunk to about 150 employees. I want to make sure I understand the proper way to recommend people to run searches against this index that is linked to the lookup table.
Thanks in advance,
Chris
... View more