Frank McSherry

Results 30 issues of Frank McSherry

This PR adds a method `with_capacity_for` that takes an iterator of item references, and ensures that the associated regions are sized to absorb the items without further allocation. This contrasts...

It would be nice to be able to recycle types with lifetimes in them. Right now this is an issue, because maintaining _e.g._ a pool of `Vec

### Feature request Our introspection sources and views (but not tables) are local to timely instances. This means they have unclear semantics in situations when there are cluster replicas. The...

C-feature
M-platform-blocker
A-COMPUTE

### What version of Materialize are you using? main ### How did you install Materialize? Materialize Cloud ### What is the issue? The commands ```sql create table test1 (a int,...

C-bug
A-optimization
A-COMPUTE
C-triage

### Feature request At the moment, a postgres source gets created with a homogenous collection of records containing table identifiers and packed up row payloads. The `CREATE VIEWS` command can...

C-feature
A-STORAGE
Roadmap-P2

The logging source `mz_dataflow_operator_addresses` is misnamed, in that it contains addresses for both operators and for channels. ``` materialize=> select distinct id from mz_dataflow_operators where id < 170 order by...

C-bug
A-dataflow

Work in progress looking at an alternate way to record collections to `persist`, in which one tracks the gap between the current `persist` contents and some `desired` collection, repeatedly attempting...

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...

C-refactoring

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...

C-feature
A-ADAPTER
C-triage

### 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...

C-bug
A-ADAPTER