<?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 Why search Takes more time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213436#M62610</link>
    <description>&lt;P&gt;I searched for sourcetype=java "xyz" it just returns 202 events and scanned events are 12452, it takes 8 minutes for the search. why so much time it is taking?&lt;BR /&gt;
My system configuration- Single instance machine with 4 core @3.3 GHz, 16 GB RAM and 64 bit OS.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2016 06:32:30 GMT</pubDate>
    <dc:creator>Bhagyashri</dc:creator>
    <dc:date>2016-04-25T06:32:30Z</dc:date>
    <item>
      <title>Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213436#M62610</link>
      <description>&lt;P&gt;I searched for sourcetype=java "xyz" it just returns 202 events and scanned events are 12452, it takes 8 minutes for the search. why so much time it is taking?&lt;BR /&gt;
My system configuration- Single instance machine with 4 core @3.3 GHz, 16 GB RAM and 64 bit OS.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 06:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213436#M62610</guid>
      <dc:creator>Bhagyashri</dc:creator>
      <dc:date>2016-04-25T06:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213437#M62611</link>
      <description>&lt;P&gt;What kind of data source is it? Sourcetype? Do you have extractions running? What does your search look like?  Are you running other things on the machine? What does job inspector say?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 07:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213437#M62611</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-04-25T07:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213438#M62612</link>
      <description>&lt;P&gt;Actually it is text kind of file and i have given custom sourcetype as java. No it dont have extractions runing.  Search running in smart mode. Nothing is running on machine. Not even monitoring of file, just doing search.&lt;BR /&gt;
Job inspector shows:&lt;BR /&gt;
Command. Search takes more time , in that command.search.filter 285 sec&lt;BR /&gt;
Command.search.rawdata 200 sec&lt;BR /&gt;
Dispatch.fetch 1072 sec&lt;BR /&gt;
Dispatch.localsearch n dispatch.stream.local also taking more time&lt;BR /&gt;
My search query is&lt;BR /&gt;
Sourcetype=java "w(0×40D9)" | fields + source | fields - _raw, _time&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 08:34:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213438#M62612</guid>
      <dc:creator>Bhagyashri</dc:creator>
      <dc:date>2016-04-25T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213439#M62613</link>
      <description>&lt;P&gt;Dispatch.fetch is taking a long time to run. So this is most likely related to slow disks. Search is disk intensive in most cases.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 11:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213439#M62613</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-04-25T11:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213440#M62614</link>
      <description>&lt;P&gt;But in splunk document they mentioned that search related to cpu.. 1 cpu per search..&lt;BR /&gt;
What kid of disk should be used for search performance?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213440#M62614</guid>
      <dc:creator>Bhagyashri</dc:creator>
      <dc:date>2016-04-25T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why search Takes more time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213441#M62615</link>
      <description>&lt;P&gt;Here's some places to start reading to find out about Splunk and search performance. Reading indexed disk on data is I/o intensive and bound by that.. So having 7200rpm+ disks (SSD or 15krpm) is recommended. Dont do virtual disks and expect good performance.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Writebettersearches"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Writebettersearches&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-search-Takes-more-time/m-p/213441#M62615</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-04-25T13:28:29Z</dc:date>
    </item>
  </channel>
</rss>

