<?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: Is it possible to mount HOT to a ram disk for performance? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319468#M166179</link>
    <description>&lt;P&gt;HOT and WARM are on the same filesystem; you cannot separate that. The only real difference between HOT and WARM buckets is that HOT buckets are open for R/W whereas WARM buckets are read-only.&lt;BR /&gt;
Splunk really doesn't care how you implement the HOT/WARM storage as long as it is exposed as a supported filesystem. &lt;BR /&gt;
You will very definitely want to very carefully assess your failure scenarios with RAM disk.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 17:25:06 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2017-09-06T17:25:06Z</dc:date>
    <item>
      <title>Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319467#M166178</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;Just day dreaming here a little as I read the indexes.conf file documentation a bit. I was thinking, assuming you're willing to risk the data loss wouldn't it make sense to house your Hot buckets to a RAM disk, then roll from HOT to warm to actual disk?&lt;/P&gt;

&lt;P&gt;Crazy? &lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.jamescoyle.net/how-to/943-create-a-ram-disk-in-linux"&gt;https://www.jamescoyle.net/how-to/943-create-a-ram-disk-in-linux&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 17:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319467#M166178</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2017-09-06T17:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319468#M166179</link>
      <description>&lt;P&gt;HOT and WARM are on the same filesystem; you cannot separate that. The only real difference between HOT and WARM buckets is that HOT buckets are open for R/W whereas WARM buckets are read-only.&lt;BR /&gt;
Splunk really doesn't care how you implement the HOT/WARM storage as long as it is exposed as a supported filesystem. &lt;BR /&gt;
You will very definitely want to very carefully assess your failure scenarios with RAM disk.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 17:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319468#M166179</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-09-06T17:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319469#M166180</link>
      <description>&lt;P&gt;I concur with the above.&lt;/P&gt;

&lt;P&gt;Also consider the limitation of maybe at most 512gb available...&lt;/P&gt;

&lt;P&gt;Would be great for a very specific use case though!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 18:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319469#M166180</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-09-06T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319470#M166181</link>
      <description>&lt;P&gt;An unscheduled reboot will loose all the data from a RAMdisk. and since some hot buckets stay around a long time, you would loose all that data. You'd also loose the warm buckets, too, since they have to reside on the same FS.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 18:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319470#M166181</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-09-06T18:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319471#M166182</link>
      <description>&lt;P&gt;True. &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;You will very definitely want to very carefully assess your failure scenarios with RAM disk.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;In other words: Don't do this without Splunk index replication. Spread your indexers across multiple racks/switches/PDUs/etc.&lt;BR /&gt;
Even after doing anything you can think of, accept the remaining risk of losing data due to catastrophic failures.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 18:58:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319471#M166182</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-09-06T18:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount HOT to a ram disk for performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319472#M166183</link>
      <description>&lt;P&gt;Also consider what will happen when a server requires a reboot for maintenance purposes.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-mount-HOT-to-a-ram-disk-for-performance/m-p/319472#M166183</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-09-08T07:08:25Z</dc:date>
    </item>
  </channel>
</rss>

