materialize icon indicating copy to clipboard operation
materialize copied to clipboard

The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.

Results 754 materialize issues
Sort by recently updated
recently updated
newest added

### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. - [ ] This PR evolves...

While re-working the command reconciliation logic for the coordinator-compute boundary, @frankmcsherry noticed that we have a potential problem of de-synchronizing cluster members. When the connection to a cluster fails while...

C-bug
A-dataflow
P1
A-COMPUTE

### Feature request [Internal Background](https://www.notion.so/materialize/storaged-sizing-and-pricing-cbc30495a87845fa981432adb97e5ea1) We may also want to allow an `ALTER SOURCE` statement so that users can size down their throughput parameter after say, ingesting an initial Postgres...

C-feature
A-STORAGE
Roadmap-P2

### What version of Materialize are you using? unstable-d5cddec91fdd0088783aa2231bb53cd5c78b2efa ### How did you install Materialize? Materialize Cloud ### What is the issue? `CREATE CLUSTER REPLICA` takes several seconds to return...

C-bug
P1
A-STORAGE
A-ADAPTER

### Feature request Our introspection sources and views (but not tables) are local to timely instances. This means they have unclear semantics in situations when there are cluster replicas. The...

C-feature
M-platform-blocker
A-COMPUTE

### Initiative and Theme Materialize is Friendly; Materialize makes it easy to understand what is/isn't working ### Problem Subset of https://github.com/MaterializeInc/materialize/issues/7115 relevant for M2. STORAGE needs to surface source/sink errors...

C-feature
A-STORAGE
Roadmap-P2

### Feature request There's no requirement in Dataflow/Materialize for ordering to be deterministic, that limitation only exists with equality. So as far as Dataflow/Materialize is concerned, we can implement `PartialOrd`...

C-feature
A-sql
T-correctness
A-ADAPTER
C-triage

### What version of Materialize are you using? main ### How did you install Materialize? Materialize Cloud ### What is the issue? The commands ```sql create table test1 (a int,...

C-bug
A-optimization
A-COMPUTE
C-triage

### Feature request At the moment, a postgres source gets created with a homogenous collection of records containing table identifiers and packed up row payloads. The `CREATE VIEWS` command can...

C-feature
A-STORAGE
Roadmap-P2

### Initiative and Theme Materialize is Dependable; Materialize makes observability easy ### Problem There is currently very little visibility into storage utilization, which affects the following use cases: - It's...

C-feature
A-STORAGE