Andi Wang

Results 6 issues of Andi Wang

Seen in a prospect query. There are no keys on foo, bar, or baz. There is only an index on `foo(a)`. ``` select from foo inner join bar on foo.a...

C-bug
T-memory
A-optimization

We need to think about how we would properly test that we support log compacted topics. To me, what's tricky about this is balancing the realism of testing vs having...

T-testing
A-STORAGE

Something that I know @frankmcsherry has also been thinking about. I consider this issue a sketchpad of potential directions upserts can take: * The option to convert any input into...

C-musing
T-memory
needs-discussion
A-optimization

We can add two intervals, but we cannot sum a column of them. It would also be nice to have the rest of the numeric aggregations such as avg, stddev,...

C-feature
A-sql

From a prospect query: ``` select foo.b from foo, bar where foo.a = 'X' or foo.a = bar.a or bar.a = 'Y' ``` It plans something like ``` %0 =...

C-feature
A-optimization
workaround-exists

### What version of Materialize are you using? latest main ### How did you install Materialize? Linux release tarball ### What was the issue? Discovered by @andrioni. See slack thread...

C-bug
A-optimization