materialize
materialize copied to clipboard
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
At the moment, we allow the "system time" to race ahead of real time, if we need fresh timestamps to accomplish some behavior. We have several flavors of weird behavior...
### What version of Materialize are you using? v0.26.1-dev (0a77973af) ### How did you install Materialize? Built from source ### What is the issue? Whenever a new environment is created,...
Refactor implementation of SSH tunnels to use `openssh` instead of `async-ssh2-lite` due to the issues we've been facing so far. I'll add tests here soon, I just wanted to get...
System views, such as those installed around logging, do not allow users to drop them (I believe as parts of the catalog presume they will exist). However, it would be...
This PR implements the core BIR logic, as described in https://github.com/MaterializeInc/materialize/pull/14314, epic: https://github.com/MaterializeInc/materialize/issues/13534. It does NOT implement the source-specific behavior to actually commit offsets, that will come later; instead, it...
### What version of Materialize are you using? `main` ### How did you install Materialize? Docker image ### What is the issue? In CI Cargo test sometimes will error with...
### What version of Materialize are you using? main ### How did you install Materialize? Materialize Cloud ### What is the issue? The `SERIALIZABLE` isolation level can in principle respond...
@frankmcsherry proposed on Slack a while back that we consider renaming `TAIL` to `SUBSCRIBE`: > Related to maybe repurposing CREATE MATERIALIZED ..., are there other things we might want to...
### Feature request Logging the timestamps used for every query will make debugging issues much easier.
### What version of Materialize are you using? 69c7269 ### How did you install Materialize? Docker image ### What is the issue? If storaged is killed and restarted during a...