Ufuk Celebi

Results 6 issues of 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,...

A-dataflow
T-performance
A-optimization
A-COMPUTE

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)...

C-feature
A-sink
A-STORAGE
Roadmap-P3

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...

A-COMPUTE

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...

C-refactoring

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...

A-compute