materialize
materialize copied to clipboard
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
### 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...
### 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...
### 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,...
### 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...
### 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...
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...
### 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....