<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I think that "it is not a database" is not the point.<br>
    <br>
    The point is: is the way unknown values handle <br>
    coherent with the calculation of totals?<br>
    <br>
    As I see it, there's no fundamental reason not to<br>
    be able to calculate totals in a RRD. Other implementations<br>
    of the concept, as StatsD and Graphite allows it. <br>
    <br>
    <br>
    <br>
    On 10/30/2012 03:51 AM, <a class="moz-txt-link-abbreviated" href="mailto:j.halifax2@seznam.cz">j.halifax2@seznam.cz</a> wrote:
    <blockquote cite="mid:7rr.26w%7Dz.287ioro%7BOxy.1GZq36@seznam.cz"
      type="cite">
      <p><br>
      </p>
      <p>&gt;<span style="color: rgb(0, 0, 0); font-family:
          Arial,sans-serif; line-height: 16px;">I realize RRD is not an
          ANSI SQL compliant database</span></p>
      <p><font color="#000000" face="Arial, sans-serif"><span
            style="line-height: 16px;"><br>
          </span></font></p>
      <p><font color="#000000" face="Arial, sans-serif"><span
            style="line-height: 16px;">Correct. Even the rrd isn't a
            database at all.</span></font></p>
      <p><font color="#000000" face="Arial, sans-serif"><span
            style="line-height: 16px;"><br>
          </span></font></p>
      <p><font color="#000000" face="Arial, sans-serif"><span
            style="line-height: 16px;">jh</span></font></p>
      <p><font color="#000000" face="Arial, sans-serif"><span
            style="line-height: 16px;"><br>
          </span></font></p>
    </blockquote>
    <br>
    <blockquote cite="mid:7rr.26w%7Dz.287ioro%7BOxy.1GZq36@seznam.cz"
      type="cite">
      <p>---------- Původní zpráva ----------<br>
        Od: Pablo Sanchez <a class="moz-txt-link-rfc2396E" href="mailto:pablo@blueoakdb.com">&lt;pablo@blueoakdb.com&gt;</a><br>
        Datum: 30. 10. 2012<br>
        Předmět: Re: [rrd-users] Newby questions</p>
      <blockquote>[ Comments below, in-line ]<br>
        <br>
        On 10/29/2012 06:57 PM, Tobias Oetiker wrote:<br>
        &gt; Today Pablo Chacin wrote:<br>
        &gt;<br>
        &gt;&gt; For example:<br>
        &gt;&gt;<br>
        &gt;&gt;&gt; 0:UNKN 300:10 600:10 900:10<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; consolidated and then mulitplied by the period will
        produce the<br>
        &gt;&gt;&gt; same value as if all entries were 10, and not with
        one UNKN (given<br>
        &gt;&gt;&gt; the cf is 0.5). A SUM function would nicely return
        30.<br>
        &gt;&gt;&gt;<br>
        &gt;<br>
        &gt; otoh, why would you want to count UNKNOWN as ZERO ? isn't
        more<br>
        &gt; corect to asume that the values during the time where you
        have no<br>
        &gt; information were the same as in over the rest of the
        interval ?<br>
        <br>
        Hey Tobi,<br>
        <br>
        I realize RRD is not an ANSI SQL compliant database (*grin*) ...
        some<br>
        confusion might arise that in a database, NULL (unknown) is not<br>
        sum()'d:<br>
        <br>
        --8-&lt;---8-&lt;---8-&lt;---8-&lt;---8-&lt;---8-&lt;---8-&lt;--<br>
        19:05:23 plugh &gt; insert into tobi values (1);<br>
        <br>
        1 row created.<br>
        <br>
        Elapsed: 00:00:00.00<br>
        19:05:31 plugh &gt; insert into tobi values (4);<br>
        <br>
        1 row created.<br>
        <br>
        Elapsed: 00:00:00.01<br>
        19:05:36 plugh &gt; insert into tobi values (8);<br>
        <br>
        1 row created.<br>
        <br>
        Elapsed: 00:00:00.00<br>
        19:05:38 plugh &gt; insert into tobi values (null);<br>
        <br>
        1 row created.<br>
        <br>
        Elapsed: 00:00:00.00<br>
        19:05:44 plugh &gt; commit;<br>
        <br>
        Commit complete.<br>
        <br>
        Elapsed: 00:00:00.10<br>
        19:05:46 plugh &gt; select * from tobi;<br>
        <br>
        SOME_COLUMN<br>
        -----------<br>
        1<br>
        4<br>
        8<br>
        <br>
        <br>
        Elapsed: 00:00:00.01<br>
        19:05:49 plugh &gt; select sum(some_column) from tobi;<br>
        <br>
        SUM(SOME_COLUMN)<br>
        ----------------<br>
        13<br>
        <br>
        Elapsed: 00:00:00.00<br>
        19:05:58 plugh &gt;<br>
        -- <br>
        Pablo Sanchez - Blueoak Database Engineering, Inc<br>
        Ph: 819.459.1926 Blog: <a moz-do-not-send="true"
          href="http://pablo.blog.blueoakdb.com">http://pablo.blog.blueoakdb.com</a><br>
        Fax: 760.860.5225 (US)<br>
        <br>
        _______________________________________________<br>
        rrd-users mailing list<br>
        <a class="moz-txt-link-abbreviated" href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
        <a moz-do-not-send="true"
          href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a></blockquote>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rrd-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Pablo Chacin
R&amp;D Engineer
SenseFields SL
Tlf (+34) 93 418 05 85
Baixada de Gomis 1,
08023 Barcelona (Spain)
<a class="moz-txt-link-freetext" href="http://www.sensefields.com/">http://www.sensefields.com/</a>

</pre>
  </body>
</html>