Skip to content

Commit

Permalink
Site updated at 2016-02-23 17:40:04 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha committed Feb 23, 2016
1 parent a4271c1 commit 65ac8b1
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 48 deletions.
30 changes: 16 additions & 14 deletions atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Grisha Trubetskoy]]></title>
<link href="http://grisha.org/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down Expand Up @@ -1664,40 +1664,43 @@ the combination of the measurement name and the tags.</p>
<p>There is no need to create series or measurements, they are created on
the fly.</p>
<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:</p>
<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show measurements
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show measurements
</span><span class="line">name tags name
</span><span class="line">---- ---- ----
</span><span class="line">measurements disk</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;
We can use <code>SHOW SERIES</code> to list the series:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
</span><span class="line">measurements disk</span></code></pre></td></tr></table></div></figure></notextile></div>
<p>We can use <code>SHOW SERIES</code> to list the series:</p>
<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show series
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show series
</span><span class="line">name tags id server unit
</span><span class="line">---- ---- -- ------- ----
</span><span class="line">disk 1 bw123 1</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line">disk 1 bw123 1</span></code></pre></td></tr></table></div></figure></notextile></div>
<p>If we send a record that contains different tags, we automatically
create a different series (or so it seems), for example if we send
this (note we changed “unit” to “foo”):
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
this (note we changed “unit” to “foo”):</p>
<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
<span class="line-number">5</span>
<span class="line-number">6</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</pre></td><td class="code"><pre><code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</span><span class="line"> "points" : [
</span><span class="line"> {"name" : "disk",
</span><span class="line"> "tags" : {"server" : "bwi23", "foo" : "bar"},
</span><span class="line"> "timestamp" : "2015-03-16T01:02:26.234Z",
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code></pre></td></tr></table></div></figure></notextile></div>
<p>we get</p>
Expand Down Expand Up @@ -1786,7 +1789,6 @@ decommission a node or re-balance the cluster similar to the Hadoop
balancer, etc. I think as of this writing this has not been fully
implemented yet, and there is no documentation, but hopefully it’s
coming soon.</p>
]]></content>
</entry>

Expand Down
28 changes: 15 additions & 13 deletions blog/2015/03/20/influxdb-data/index.html
Expand Up @@ -188,40 +188,43 @@ <h1 class="entry-title">How InfluxDB Stores Data</h1>
<p>There is no need to create series or measurements, they are created on
the fly.</p>

<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show measurements
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show measurements
</span><span class="line">name tags name
</span><span class="line">---- ---- ----
</span><span class="line">measurements disk</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;
We can use <code>SHOW SERIES</code> to list the series:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
</span><span class="line">measurements disk</span></code></pre></td></tr></table></div></figure></notextile></div>
<p>We can use <code>SHOW SERIES</code> to list the series:</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show series
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show series
</span><span class="line">name tags id server unit
</span><span class="line">---- ---- -- ------- ----
</span><span class="line">disk 1 bw123 1</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line">disk 1 bw123 1</span></code></pre></td></tr></table></div></figure></notextile></div>

<p>If we send a record that contains different tags, we automatically
create a different series (or so it seems), for example if we send
this (note we changed “unit” to “foo”):
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
this (note we changed “unit” to “foo”):</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
<span class="line-number">5</span>
<span class="line-number">6</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</pre></td><td class="code"><pre><code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</span><span class="line"> "points" : [
</span><span class="line"> {"name" : "disk",
</span><span class="line"> "tags" : {"server" : "bwi23", "foo" : "bar"},
</span><span class="line"> "timestamp" : "2015-03-16T01:02:26.234Z",
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code></pre></td></tr></table></div></figure></notextile></div>

<p>we get</p>

Expand Down Expand Up @@ -310,7 +313,6 @@ <h1 class="entry-title">How InfluxDB Stores Data</h1>
balancer, etc. I think as of this writing this has not been fully
implemented yet, and there is no documentation, but hopefully it’s
coming soon.</p>

</div>


Expand Down
2 changes: 1 addition & 1 deletion blog/categories/big-memory/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: big memory | Grisha Trubetskoy]]></title>
<link href="http://grisha.org/blog/categories/big-memory/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/recommendations/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: recommendations | Grisha Trubetskoy]]></title>
<link href="http://grisha.org/blog/categories/recommendations/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/redis/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: redis | Grisha Trubetskoy]]></title>
<link href="http://grisha.org/blog/categories/redis/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/test/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: test | Grisha Trubetskoy]]></title>
<link href="http://grisha.org/blog/categories/test/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/time-management/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: time management | Grisha Trubetskoy]]></title>
<link href="http://grisha.org/blog/categories/time-management/atom.xml" rel="self"/>
<link href="http://grisha.org/"/>
<updated>2016-02-23T12:36:19-05:00</updated>
<updated>2016-02-23T12:40:01-05:00</updated>
<id>http://grisha.org/</id>
<author>
<name><![CDATA[Gregory Trubetskoy]]></name>
Expand Down
28 changes: 15 additions & 13 deletions index.html
Expand Up @@ -1946,40 +1946,43 @@ <h1 class="entry-title"><a href="/blog/2015/03/20/influxdb-data/">How InfluxDB S
<p>There is no need to create series or measurements, they are created on
the fly.</p>

<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
<p>To list the measurements, we can use <code>SHOW MEASUREMENTS</code>:</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show measurements
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show measurements
</span><span class="line">name tags name
</span><span class="line">---- ---- ----
</span><span class="line">measurements disk</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;
We can use <code>SHOW SERIES</code> to list the series:
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
</span><span class="line">measurements disk</span></code></pre></td></tr></table></div></figure></notextile></div>
<p>We can use <code>SHOW SERIES</code> to list the series:</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">&gt; show series
</pre></td><td class="code"><pre><code class=""><span class="line">&gt; show series
</span><span class="line">name tags id server unit
</span><span class="line">---- ---- -- ------- ----
</span><span class="line">disk 1 bw123 1</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line">disk 1 bw123 1</span></code></pre></td></tr></table></div></figure></notextile></div>

<p>If we send a record that contains different tags, we automatically
create a different series (or so it seems), for example if we send
this (note we changed “unit” to “foo”):
&lt;div class=&#8217;bogus-wrapper&#8217;&gt;<notextile><figure class="code">&lt;div class=&#8221;highlight&#8221;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&#8221;gutter&#8221;&gt;&lt;pre class=&#8221;line-numbers&#8221;&gt;<span class="line-number">1</span>
this (note we changed “unit” to “foo”):</p>

<div class="bogus-wrapper"><notextile><figure class="code"><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class="line-number">1</span>
<span class="line-number">2</span>
<span class="line-number">3</span>
<span class="line-number">4</span>
<span class="line-number">5</span>
<span class="line-number">6</span>
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&#8217;code&#8217;&gt;&lt;pre&gt;<code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</pre></td><td class="code"><pre><code class=""><span class="line">{"database" : "foo", "retentionPolicy" : "bar",
</span><span class="line"> "points" : [
</span><span class="line"> {"name" : "disk",
</span><span class="line"> "tags" : {"server" : "bwi23", "foo" : "bar"},
</span><span class="line"> "timestamp" : "2015-03-16T01:02:26.234Z",
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code>&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</figure></notextile>&lt;/div&gt;</p>
</span><span class="line"> "fields" : {"total" : 100, "used" : 40, "free" : 60}}]}</span></code></pre></td></tr></table></div></figure></notextile></div>

<p>we get</p>

Expand Down Expand Up @@ -2068,7 +2071,6 @@ <h1 class="entry-title"><a href="/blog/2015/03/20/influxdb-data/">How InfluxDB S
balancer, etc. I think as of this writing this has not been fully
implemented yet, and there is no documentation, but hopefully it’s
coming soon.</p>

</div>


Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Expand Up @@ -106,7 +106,7 @@
</url>
<url>
<loc>http://grisha.org/blog/2015/03/20/influxdb-data/</loc>
<lastmod>2016-02-16T22:09:27-05:00</lastmod>
<lastmod>2016-02-23T12:39:53-05:00</lastmod>
</url>
<url>
<loc>http://grisha.org/blog/2015/03/28/on-time-series/</loc>
Expand Down Expand Up @@ -140,14 +140,14 @@
</url>
<url>
<loc>http://grisha.org/blog/archives/</loc>
<lastmod>2016-02-23T12:36:15-05:00</lastmod>
<lastmod>2016-02-23T12:39:53-05:00</lastmod>
</url>
<url>
<loc>http://grisha.org/robots.txt</loc>
<lastmod>2016-02-16T21:45:44-05:00</lastmod>
</url>
<url>
<loc>http://grisha.org/</loc>
<lastmod>2016-02-23T12:36:15-05:00</lastmod>
<lastmod>2016-02-23T12:39:53-05:00</lastmod>
</url>
</urlset>

0 comments on commit 65ac8b1

Please sign in to comment.