<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Will there be performance issues using KV Store with a large data set? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Will-there-be-performance-issues-using-KV-Store-with-a-large/m-p/228699#M2276</link>
    <description>&lt;P&gt;Hi all &lt;/P&gt;

&lt;P&gt;I have a large data set (20 million) since 2015 which keeps on growing. In my case, I am supposed to use lookup and I found out that KV store is best since records in index are getting updated with _key(ORDER_KEY)  remaining constant, hence my lookup will also be updating. Now with this huge set of growing data, will I land in to some sort of performance issue?&lt;/P&gt;

&lt;P&gt;I thought of using multiple KV Store lookup broken down by month such as events from nov2015 will go to kvlookup_nov2015 and events from dec2015 will go to kvlookup_dec2015 based on ORDER_KEY creation time, all the collection and transforms.conf entries for lookup definitions will be made earlier only, but I am not able to achieve this as run time in search &lt;CODE&gt;|outputlookup&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;I tried the macro approach with eval based definition. |outputlookup `filename(ORDER_KEY)`. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[filename(1)]
args = ORDER_KEY
definition =(case(match($ORDER_KEY$, "^201511.*"),"csv_lookup_nov_2015",match($ORDER_KEY$,"^201512.*"),"csv_lookup_dec_2015"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It did not work for me. Please help me out &lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:35:14 GMT</pubDate>
    <dc:creator>nawneel</dc:creator>
    <dc:date>2020-09-29T09:35:14Z</dc:date>
    <item>
      <title>Will there be performance issues using KV Store with a large data set?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Will-there-be-performance-issues-using-KV-Store-with-a-large/m-p/228699#M2276</link>
      <description>&lt;P&gt;Hi all &lt;/P&gt;

&lt;P&gt;I have a large data set (20 million) since 2015 which keeps on growing. In my case, I am supposed to use lookup and I found out that KV store is best since records in index are getting updated with _key(ORDER_KEY)  remaining constant, hence my lookup will also be updating. Now with this huge set of growing data, will I land in to some sort of performance issue?&lt;/P&gt;

&lt;P&gt;I thought of using multiple KV Store lookup broken down by month such as events from nov2015 will go to kvlookup_nov2015 and events from dec2015 will go to kvlookup_dec2015 based on ORDER_KEY creation time, all the collection and transforms.conf entries for lookup definitions will be made earlier only, but I am not able to achieve this as run time in search &lt;CODE&gt;|outputlookup&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;I tried the macro approach with eval based definition. |outputlookup `filename(ORDER_KEY)`. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[filename(1)]
args = ORDER_KEY
definition =(case(match($ORDER_KEY$, "^201511.*"),"csv_lookup_nov_2015",match($ORDER_KEY$,"^201512.*"),"csv_lookup_dec_2015"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It did not work for me. Please help me out &lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:35:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Will-there-be-performance-issues-using-KV-Store-with-a-large/m-p/228699#M2276</guid>
      <dc:creator>nawneel</dc:creator>
      <dc:date>2020-09-29T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Will there be performance issues using KV Store with a large data set?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Will-there-be-performance-issues-using-KV-Store-with-a-large/m-p/228700#M2277</link>
      <description>&lt;P&gt;KV Store is intended to be use for large data sets so I'd continue to use a single lookup rather than have to update your macro every month.  If you have doubts, Google mongodb.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 12:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Will-there-be-performance-issues-using-KV-Store-with-a-large/m-p/228700#M2277</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-05-02T12:07:25Z</dc:date>
    </item>
  </channel>
</rss>

