Paul Dix
Paul Dix
As mentioned in #24745 the server will now only allow writing to 100 open segments at any given time. This was done to simplify the design of how ingested data...
Currently, join works on equality for the given columns. Users should be able to specify an arbitrary predicate to join on rather than columns. The `columns` and `predicate` arguments are...
The `first` and `last` functions should take an argument `n` which specifies the number of results to return. It should default to 1
Currently, database deletes are soft deletes. They mark the database as deleted in the Catalog and rename it so that the name can be used, but keep the underlying files...
The docs site should have a page that details what usage telemetry is collected and how often: https://github.com/influxdata/docs-v2
When running `query_rows` against a db that doesn't exist, it will give a strange validation error. Instead should return error that the DB is missing.
For some plugins, they may have configuration, HTML, or other asset files that they want to access during plugin execution. They should be able to access files in their directory....
The official issue for what to do about #25676