supp:influxdb:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
supp:influxdb:start [2019/07/09 07:29] – [Data Exploration, Select] admin | supp: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: | ||
< | < | ||
+ | |||
show databases | show databases | ||
+ | |||
+ | use NOAA_water_database | ||
+ | |||
+ | show measurements | ||
+ | |||
+ | SELECT COUNT(" | ||
+ | |||
+ | SELECT * FROM h2o_feet LIMIT 5 | ||
+ | |||
+ | show series | ||
+ | |||
+ | show tag keys | ||
+ | |||
+ | show field keys | ||
+ | |||
+ | |||
create database bla | create database bla | ||
Line 56: | Line 83: | ||
drop database bla | drop database bla | ||
+ | |||
</ | </ | ||
supp/influxdb/start.1562657347.txt.gz · Last modified: 2019/07/09 07:29 by admin