Home / Companies / InfluxData / Blog / Post Details
Content Deep Dive

TL;DR InfluxDB Tech Tips - Naming Guidelines in InfluxDB, Selecting Tags with No Value & Writing Data to InfluxDB

Blog post from InfluxData

Post Details
Company
Date Published
Author
Regan Kuchan
Word Count
433
Language
English
Hacker News Points
-
Summary

InfluxDB has specific naming guidelines for its database, measurement, tags, and fields to ensure efficient querying and data storage. The `time` keyword can be used in various contexts but requires special handling when used as a field key or tag key. To select data with a tag that has no value, an empty tag value can be specified using double quotes. When writing data to InfluxDB, the precision of the timestamp matters, and using the coarsest possible timestamp precision is recommended for optimal performance.