Ufuk Celebi
Ufuk Celebi
Run TPC-H queries with eye towards optimization and dataflow performance. ### Description * Tables vs. Sources * Optimization * Plan quality (analytical assessment) * Dataflow * Execution: one-off, materialized view,...
This is the sink counterpart to #13125. We're splitting the sink side out of #13125, because it overlaps with the ongoing work on sinks in #11503. The existing [design document](https://www.notion.so/materialize/storaged-sizing-and-pricing-cbc30495a87845fa981432adb97e5ea1)...
Interactive queries (`SELECT`s that are not able to use the fast path) are possibly slower than we would like. This epic track improving interactive query times. This epic focuses on...
Instead of manually deleting created Kubernetes resources, we can use `ownerReference` on the top-level resource (currently the `StatefulSet`) and let Kubernetes garbage collect the child resources (e.g. `Service`). Per Paul's...
We create a Kubernetes service and stateful set, but never delete the service on drop. I added the service delete call to the orchestrator and updated the existing smoketests to...
### Goals Exchange region-allocated data on dataflow edges. At the moment, most dataflow edges in Materialize transfer some combination of heap-allocated rows. Each row has limited inline space, and spills...