-
## Goals:
- reliable consumption from `Kafka` and other persistent queues with exactly-once semantics;
- consistent implementation of `POPULATE` for `MATERIALIZED VIEW`;
- the unification of `LIV…
-
# Summary
core gRPC endpoints, such as [`penumbra.core.component.dex.v1.QueryService.LiquidityPositions`](https://buf.build/penumbra-zone/penumbra/docs/main:penumbra.core.component.dex.v1#penumbra.co…
-
Sure! Here’s a template filled out for a feature request to enable streaming responses in the RAG (Retrieval-Augmented Generation) chatbot on GitHub:
---
### **Motivation**
The ability to str…
-
### Describe the bug
When downloading a xlsx file from a pivoted table, adding a multiplication to the measure breaks the downloaded file.
This was originally posted in https://github.com/metabase/…
-
### Is your feature request related to a problem? Please describe
Queries against large amounts of data usually time out
### Describe the solution you'd like
Unsure how feasible this is, but if you…
recht updated
13 hours ago
-
Can you add the ability for the DB to stream the changes to the client like RethinkDB, PipelineDB, ksqlDB, [Materialize](https://materialize.io/)? There the client does not need to poll for data.
-
Ordered-set aggregate functions are currently not supported in streaming queries. One of our user seems need this.
```sql
create materialized view mv as
select
percentile_cont(0.5) within grou…
stdrc updated
1 month ago
-
What can be a good approach for handling streaming media / very long footages ?
What I understood, currently the model can handle videos of an hour length or so. Keeping this restriction, how can I…
-
I want to support streaming queries in risinglight in the future. Although it may take a long time, I want to try it.
-
Root Cause Analysis
The tool execution hang appears to stem from several implementation issues:
bash.py Implementation Issues:
Hard-coded 120-second timeout (_timeout = 120.0)
Inefficient buffer…