<?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 Re: Performance issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377190#M95822</link>
    <description>&lt;P&gt;Hi Daljeanis,&lt;/P&gt;

&lt;P&gt;I have checked with fields command not that much improvement, which i expected .&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 05:48:45 GMT</pubDate>
    <dc:creator>rakesh44</dc:creator>
    <dc:date>2019-01-04T05:48:45Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377183#M95815</link>
      <description>&lt;P&gt;I have 24 months of data from Jan 2017 to Nov 2018&lt;/P&gt;

&lt;P&gt;I have count of  23900000 for year 2017&lt;BR /&gt;
27900000 for year 2018&lt;/P&gt;

&lt;P&gt;I need all required columns given in below query.&lt;/P&gt;

&lt;P&gt;Index=test sourcetype=historical  Period="Jan-17 | table rft period expenses ID transaction balance region area country &lt;/P&gt;

&lt;P&gt;If i run above command to fetch one month of data , it takes more than 30 minutes.&lt;BR /&gt;
how do i improve performance, I cannot try creating lookup &amp;amp; summary Indexing as data is huge , do we have any other option to expedite search query to run fast.Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 14:04:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377183#M95815</guid>
      <dc:creator>rakesh44</dc:creator>
      <dc:date>2018-12-18T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377184#M95816</link>
      <description>&lt;P&gt;I think @adonio answer at &lt;A href="https://answers.splunk.com/answers/702183/can-we-improve-on-a-standard-indexindex-name-sourc.html"&gt;Can we improve on a standard index=index_name sourcetype=*prod | stats query?&lt;/A&gt; can be applied in your case.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 15:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377184#M95816</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-12-18T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377185#M95817</link>
      <description>&lt;P&gt;That Information is not useful in my case &lt;/P&gt;

&lt;P&gt;I need below columns in results&lt;/P&gt;

&lt;P&gt;index=test sourcetype=historical Period="Jan-17 | table rft period expenses ID transaction balance region area country&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 15:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377185#M95817</guid>
      <dc:creator>rakesh44</dc:creator>
      <dc:date>2018-12-18T15:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377186#M95818</link>
      <description>&lt;P&gt;@rakesh44 check out David Veuve 's .Conf Session for using Search Acceleration mechanisms: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://conf.splunk.com/conf-online.html?search=FN120994#/"&gt;https://conf.splunk.com/conf-online.html?search=FN120994#/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377186#M95818</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-12-18T16:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377187#M95819</link>
      <description>&lt;P&gt;@rakesh44 - change &lt;CODE&gt;table&lt;/CODE&gt; to &lt;CODE&gt;fields&lt;/CODE&gt; and test again.  &lt;CODE&gt;table&lt;/CODE&gt; is not a streaming command, so it's causing all the data to be sent to the search head.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377187#M95819</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2019-01-02T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377188#M95820</link>
      <description>&lt;P&gt;Hi DalJeanis,&lt;/P&gt;

&lt;P&gt;I have view data in tabular format to check &amp;amp; compare each events &amp;amp; hence i could not fields command.Do we have any alternate option for table commands.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 05:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377188#M95820</guid>
      <dc:creator>rakesh44</dc:creator>
      <dc:date>2019-01-03T05:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377189#M95821</link>
      <description>&lt;P&gt;@niketnilay , I dont used any reporting commands &amp;amp; hence it will not allow me to use report acceleration&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 05:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377189#M95821</guid>
      <dc:creator>rakesh44</dc:creator>
      <dc:date>2019-01-03T05:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377190#M95822</link>
      <description>&lt;P&gt;Hi Daljeanis,&lt;/P&gt;

&lt;P&gt;I have checked with fields command not that much improvement, which i expected .&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 05:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377190#M95822</guid>
      <dc:creator>rakesh44</dc:creator>
      <dc:date>2019-01-04T05:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377191#M95823</link>
      <description>&lt;P&gt;Splunk is about matching and aggregation: turning haystacks into needles.  It is not a haystack delivery system.  You don't &lt;EM&gt;really&lt;/EM&gt; need all umpty-kazillion events, right?  You need to report something that you calculate or isolate about them right?  Tell us what that thing is and we can help you get there.  If you need haystacks moved and presented, then Splunk is the wrong tool.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 02:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-issue/m-p/377191#M95823</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-03T02:13:38Z</dc:date>
    </item>
  </channel>
</rss>

