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 Omnibus doc update for #11503. ### Tips for reviewer This is currently incomplete, but we're now starting to stabilize the interface enough that it's worth the time to...

This PR adds regions around all non-primitive LIR operators. Some operators are less clear that they should be wrapped, e.g. `Let` and `Get`, and some turn in to a single...

Refactor SSH key handling logic with focus on testing and ensuring all memory used for storing private keys is properly zeroed out after use. Custom SerDe logic was added to...

### Feature request From TPC-H, it seems we could improve join ordering by taking into account which inputs are filtered. For example, - https://github.com/MaterializeInc/materialize/issues/14501#issuecomment-1230958447 - https://www.notion.so/materialize/TPC-H-Optimization-and-Dataflow-Performance-d43aa9cb379d46ccaa0be07e83d658db#35444158146b481da2ccf975acdfce44 - (We could gather...

C-feature
T-performance
A-optimization
P2
A-COMPUTE

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

### Feature request The persisted introspection sources (the ones with the `_1`, `_2`, ... suffixes) are currently unstable. We definitely plan to come back to them after GA, to improve...

C-feature
A-ADAPTER

### Feature request _No response_

C-feature
A-sql
A-ADAPTER

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

When investigating the Devex environment a few weeks ago, we had many blobs in S3 that were well beyond the expected 128MiB target. There were 10+ at 300MiB, and a...

C-bug
A-persistence
A-STORAGE

I think this module movement was just missed in #13626. It seems to logically belong in the server module introduced in #13626. ### Motivation * This PR refactors existing code....