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

### What version of Materialize are you using? v0.26.1-dev (4604a289e) ### How did you install Materialize? Built from source ### What is the issue? The following command: ```sql materialize=> create...

C-bug
A-COMPUTE
A-ADAPTER

### What version of Materialize are you using? environmentd v0.26.1-dev (4604a289e) listening... ### How did you install Materialize? Docker image ### What is the issue? Running the query below results...

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

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

The `transact` function called when changing the adapter catalog can be quite slow. The last time I benchmarked this it was ~25 queries. Now that we've fully switched to cockroach,...

T-performance
A-ADAPTER

### What version of Materialize are you using? v0.27.0-alpha.8 ### How did you install Materialize? Materialize Cloud ### What is the issue? I created an auction load generator source: ```sql...

C-bug
A-STORAGE
C-triage

### Motivation [Preview](https://preview.materialize.com/13127/ops/speedup/) Board one of the two issues mentioned in https://github.com/MaterializeInc/materialize/issues/12700 The main idea is to improve how we communicate optimizations for query performance using indexes. **How?** 1. Moving...

A-docs

The goal of this commit is to make sure that the global timestamp never advances past the upper of any table. Doing this will make sure that a table read...

mz_system is the system user that is responsible for executing commands that only an administrator should be doing. This commit prevents logging into the mz_system user from an external port....

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1. Changelog Sourced from bytes's changelog. 1.2.1 (July 30, 2022) Fixed Fix unbounded memory growth when using reserve (#560) Commits See full diff in compare...

A-dependencies

### What version of Materialize are you using? `main` ### How did you install Materialize? Built from source ### What is the issue? Group commit causes writes to be asynchronous....

C-bug
P2
A-ADAPTER
C-triage