Paul Dix

Results 38 issues of Paul Dix

Should have the same parameters as #24555, but should take an InfluxQL query.

v3

The v3 query API should be a GET or POST to /api/v3/query_sql. There is a shell of this already in https://github.com/influxdata/influxdb/pull/24552. The parameters it should take are db, q, and...

v3

Part of the configuration of the buffer will be to indicate how much memory it should use at most to ensure the server doesn't get OOM killed. If the buffer...

v3

The Buffer is responsible for buffering writes into Edge that have yet to be persisted into object storage as Parquet files. The buffer should be queryable from DataFusion and, if...

v3

The buffer should use as little memory as possible for the data while at the same time being relatively fast to query. Having data in Parquet serves both purposes. However,...

v3

On server startup to load up the buffer we will need to: 1. Have the persister load the Catalog 2. Have the persister load the most recent segment files 3....

v3

It's very common for users to want to get a range of data, but to also pull back some number of points before or after the time range specified. For...

enhancement
team/query
func/range

Flux users should be able to send events to PagerDuty. PagerDuty functions should go in the `pagerduty` namespace in the standard library. Details on PD's API can be found here:...

summer projects
epic/flux-connectors
team/query

This is to add an array index syntax to quickly lookup parts of streams or tables. It provides a more terse shortcut syntax to `filter`, `range`, and `group`. The language...

enhancement
team/query
proposal
area/core

Should we add multi-line unescaped strings to the parser? I found this pretty useful in my work to add a `fromProm` function for querying Prometheus. I could specify a whole...

enhancement
team/query
area/core