-
We need to test:
- cancellation of a streaming query
- results delivered with low latency to the client (e.g. a stream of one item per second should not wait until 4096 items are generated before re…
-
We want to add the ability for Job code to be able to access a common datastore during execution.
The current proposal is that we leverage our existing postgres database, but must remain eagle eyed…
-
The Grafana BigQuery data source displays a message like "This query will process XXX data" before query execution. A similar message under the query box showing users how much their Clickhouse query …
-
Are there any alternatives for such use cases?
_Originally posted by @sriramk4493 in https://github.com/influxdata/influxdb/issues/8057#issuecomment-688793959_
-
When reading large datasets (e.g. inside `CreateOrUpdateTask.getRowReader()` / `JdbcExtractor.getReader()`), we are using Cayenne iterator, still the underlying DB may read the entire ResultSet in mem…
-
The `CsvWriter.WriteRecordsAsync` overload for `IAsyncEnumerable` creates an `IAsyncEnumerator` but does not dispose implementations not implementing `IDisposable`. When using EF Core with streaming r…
-
### Proposal
Currently, /api/v1/read:
- Writes each series into separate frames. Initially it was done, I think, to have full streaming from Thanos Sidecar perspective but this isn't good for th…
-
While users can execute multiple updates in a single ADO batch, no such feature currently exists for reading - each query is executed separately. For example, if a single web request requires multiple…
-
HTTPX is a much more modern HTTP library than `requests`, it is higher performance, supports async/await, supports HTTP/2, and supports steaming large responses (in sync or async mode).
The downsid…
-
Copied from an email:
I'd suggest a feature for some next version of arangoDB. The introduced async execution seems a nice idea. Is there a plan to implement websockets too? It would be a good extens…