User Tools

Site Tools


supp:influxdb:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
supp:influxdb:start [2019/07/09 07:30] – [Common Commands] adminsupp:influxdb:start [2019/07/09 15:09] (current) – [Common Commands] admin
Line 22: Line 22:
     * tag set     * tag set
   * retention policy   * retention policy
 +
 +
 +For relational database users:
 +
 +tags are like key attributes inducing index creation. The only attribute type for tags is string. Fields are not indexed but can be of four different types: float, integer, string, Boolean.
 +
 + 
 +
 +
 +
  
  
Line 47: Line 57:
  
 <code> <code>
 +
 show databases show databases
  
Line 52: Line 63:
  
 show measurements show measurements
 +
 +SELECT COUNT("water_level") FROM h2o_feet
 +
 +SELECT * FROM h2o_feet LIMIT 5
  
 show series show series
 +
 +show tag keys
 +
 +show field keys
 +
 +
  
 create database bla create database bla
Line 62: Line 83:
  
 drop database bla drop database bla
 +
 </code> </code>
  
supp/influxdb/start.1562657417.txt.gz · Last modified: 2019/07/09 07:30 by admin