materialize
materialize copied to clipboard
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
We may spin up Timely processes to replaced crashed ones, while processes from a previous incarnation are still alive. In this case, the new ones will soon crash also, and...
This essentially reverts #12832, which I suspect is no longer necessary now that we no longer use linkerd in Materialize Cloud. The easiest way to find out is to try...
### Motivation - [x] Add `regions status` command - [x] Format `regions list` command - [x] Add loading to the `regions enable` command (Using `indicatif` crate) - [x] Disable `regions...
This fixes the test_bind_params flake. Testing this with tokio_postgres as the driver causes the *driver* to return the WrongType error message. Wireshark showed that the bind request was never issued...
If an object is created with an initial read frontier that is larger than the current timestamp of the timeline that object belongs to, then we must advance that timeline...
This commit updates role ids to have two separate namespaces. One for builtin roles and one for user roles. This will allow us to more easily add builtin roles in...
### What version of Materialize are you using? ``` materialized v0.7.4-dev (82ae64f89) ``` ### What was the issue? ```search_path``` is not handled correctly in Materialize. In particular, the following does...
[More context in Slack](https://materializeinc.slack.com/archives/C01CFKM1QRF/p1658843321106399), but the main idea is to move options like `REMOTE` and `TIMELINE` to the new `WITH (OPT1 VAL1 OPT2 VAL2)` block that supports order-independent settings, similar...
### Initiative and Theme Materialize is Friendly; Materialize works with your existing pipelines ### Problem Some users do not use what we are supporting in M1 (`FORMAT BYTES`). We need...
#11958 's first step is describing the desired output for `api/sql`, which this PR aims to do. Note that I have also added a number of issue links to #11958...