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

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

### What version of Materialize are you using? 0d5dd469394359a5412bd06618a3e44c9e11e2f6 ### How did you install Materialize? Docker image ### What is the issue? In revision `0e23dd73636914e97cc18f11b0f91e28f688ff40`, the plan for the following...

C-bug
A-optimization
C-triage

Given that the behavior of `now()` captures the time the dataflow was created and _not_ the time as of when a view is queried, this leaves users without a way...

C-feature
A-source

### Work items * [x] #14639 * [x] #14642 * [x] #14643 * [x] #14644 * [x] #14646 * [x] #12700 * [ ] #14647 * [x] #14648 * [x]...

C-feature
A-sql
Epic
M-platform-blocker
A-ADAPTER

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.22. Release notes Sourced from clap's releases. v3.2.22 [3.2.22] - 2022-09-16 Fixes Unify dependencies on terminal_size to the 0.2 release v3.2.21 [3.2.21] - 2022-09-12 Features...

A-dependencies

There are cases where a traditional predicate pushdown is not possible, but it's still possible to create an extra filter on some join inputs, and thereby reduce the data volume...

A-optimization
A-COMPUTE

### What version of Materialize are you using? `main` ### How did you install Materialize? Built from source ### What is the issue? https://github.com/MaterializeInc/materialize/blob/main/src/compute/src/render/reduce.rs uses a lot of unchecked addition,...

C-bug
A-COMPUTE
C-triage

With [bounded memory compaction](https://github.com/MaterializeInc/materialize/pull/14527), we can now be assured that a single compaction operation does not exceed a particular amount of memory. However! It's still possible for compaction operations of...

Fixes #14695 ### Motivation * This PR fixes a recognized bug. ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. -...

### What version of Materialize are you using? main ### How did you install Materialize? Built from source ### What is the issue? Working locally, just screwing around with some...

C-bug
A-persistence
A-STORAGE