Schema Queries in Flux (formerly IFQL)
InfluxQL facilitates schema exploration via a number of meta queries, which include SHOW MEASUREMENTS, SHOW TAG KEYS, SHOW TAG VALUES and SHOW FIELD KEYS. Flux (formerly IFQL) has united these concepts, such that schema is made up of tags keys and values. This unification provides greater...
InfluxData is Building a Fast Implementation of Apache Arrow in Go Using c2goasm and SIMD
InfluxData is pleased to announce our contribution to the Apache Arrow project. Essentially, we are contributing work that we already started: the development of a Go implementation of Apache Arrow. We believe in open source and are committed to participating in and contributing...
Logging Improvements for InfluxDB 1.5.0
When it comes to troubleshooting issues, log files are a high-valued asset. If things go wrong, you’ll almost always be asked to “send the logs”. InfluxDB 1.5 comes with a number of improvements to logging in an effort to simplify the...