<?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: How splunk internally stores events and Matrix data in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552200#M9870</link>
    <description>&lt;P&gt;Perhaps you mean "metrics" rather than "matrix"?&lt;/P&gt;&lt;P&gt;Events and metrics are stored very differently.&amp;nbsp; Events must be general in nature so they can store any type of data whereas metrics are rather structured and intended to store numeric data.&amp;nbsp; Metrics indexes perform on the order of 2,000 times better than event indexes.&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 12:58:29 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-05-19T12:58:29Z</dc:date>
    <item>
      <title>How splunk internally stores events and Matrix data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552149#M9869</link>
      <description>&lt;P&gt;I wanted to understand how actually splunk internally stores the events and Matrix data and what is the benefits of Matrix way of storing over events ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:12:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552149#M9869</guid>
      <dc:creator>santosh121</dc:creator>
      <dc:date>2021-05-19T08:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How splunk internally stores events and Matrix data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552200#M9870</link>
      <description>&lt;P&gt;Perhaps you mean "metrics" rather than "matrix"?&lt;/P&gt;&lt;P&gt;Events and metrics are stored very differently.&amp;nbsp; Events must be general in nature so they can store any type of data whereas metrics are rather structured and intended to store numeric data.&amp;nbsp; Metrics indexes perform on the order of 2,000 times better than event indexes.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552200#M9870</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-19T12:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How splunk internally stores events and Matrix data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552204#M9871</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks richgalloway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yeah i meant that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set like&lt;/P&gt;&lt;P&gt;We get events every sec multiple entries with the columns&amp;nbsp;&lt;STRONG&gt;Env, BG, APP, Interface,BusinessField1, Valuefield1,techSuccessCount, TechnicalInprogressCnt, TechnicalFailureCnt, BusinessSuccessCount,BusinessInprogressCount,BusinessfailureCount,Valuefield2Count&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Env, BG, APP, Interface,BusinessField1, Valuefield1&lt;/STRONG&gt; (These columns are string and can be&amp;nbsp; unique row when we do stats with these.&lt;/P&gt;&lt;P&gt;alongwith the above fields we have t&lt;STRONG&gt;echSuccessCount, TechnicalInprogressCnt, TechnicalFailureCnt, BusinessSuccessCount,BusinessInprogressCount,BusinessfailureCount,Valuefield2Count &lt;/STRONG&gt;(These columns are int)&lt;/P&gt;&lt;P&gt;Now when we do stats everytime for last 6-8 months it is too much of processing so we are performing bin span 15m _time and storing them uniquely.&lt;/P&gt;&lt;P&gt;will it be to store them as metrics?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 13:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552204#M9871</guid>
      <dc:creator>santosh121</dc:creator>
      <dc:date>2021-05-19T13:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How splunk internally stores events and Matrix data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552610#M9872</link>
      <description>&lt;P&gt;Can anyone suggest on the above usecase please.&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 11:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552610#M9872</guid>
      <dc:creator>santosh121</dc:creator>
      <dc:date>2021-05-22T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How splunk internally stores events and Matrix data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552638#M9873</link>
      <description>&lt;P&gt;Yes, storing the values as metrics will be orders of magnitude faster than storing them as events.&amp;nbsp; You will need to redesign how you store them, however, because metrics can contain a single value along with several "dimensions" that enhance the metric.&amp;nbsp; See &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.0/Metrics/GetStarted" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.0/Metrics/GetStarted&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;There are other ways to speed up processing.&amp;nbsp; Consider an accelerated datamodel or a summary index.&lt;/P&gt;&lt;P&gt;Also, make sure your queries are as efficient as possible.&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 13:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-splunk-internally-stores-events-and-Matrix-data/m-p/552638#M9873</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-23T13:59:22Z</dc:date>
    </item>
  </channel>
</rss>

