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

Before platform, select's against pg sources had to wait until the snapshot is finished. Currently, select's now instantly return empty. This is a sub-optimal UX, and forces us to deal...

A-STORAGE

### What version of Materialize are you using? v0.27.0-alpha.18 ### How did you install Materialize? Materialize Cloud ### What is the issue? ``` thread 'tokio-runtime-worker' panicked at 'assertion failed: self.len()...

C-bug
P2

### What version of Materialize are you using? v0.27.0-alpha.3 ### How did you install Materialize? Materialize Cloud ### What is the issue? Brennan found a reproducible error on his cloud...

C-bug
A-persistence
A-STORAGE

These were running v0.27.0-alpha.3 (I think) and so should have had the gc work that merged on monday last week.

C-bug
P2
A-STORAGE

Looking at some recent runs, the long path is: - ~20 mins to build x86_64 - ~20 mins to run 2/4 testdrive shards. Every other job seems to take ~10...

### What version of Materialize are you using? v0.26.1-dev (df970e97b) ### How did you install Materialize? Built from source ### What is the issue? The presence of multiple replicas causes...

C-bug
T-performance
P3

This basically is everything that we need to close the #13139 epic. ### Motivation The optimizer team (and in the future other orgs, such as field engineering and customer support)...

C-feature
A-optimization
A-COMPUTE

Add a new SQL type `MzTimestamp` that is the output of `mz_now()`, which was renamed from `mz_logical_timestamp()`. This type is castable from many types, but not castable to anything except...

T-docs-new-feature

We need to do some tech debt clean up of `FROM SCHEMA FILE` which has been gated behind unsafe mode (see https://github.com/MaterializeInc/materialize/pull/13703) but has some internal tests which rely on...

C-refactoring
A-STORAGE

### Feature request Split out system tables to into ones that are stable and can be used in views (aka stored in catalog) vs ones that are unstable and can...

C-feature
A-ADAPTER