Michael Hoffmann

Results 50 issues of Michael Hoffmann

* [ ] I added CHANGELOG entry for this change. * [x] Change is not relevant to the end user. ## Changes Added an option to limit shipper to only...

size/M

* [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes ## Verification

size/M

* [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes ## Verification

size/M

* [ ] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes ## Verification

DownloadDir has the option to ignore paths that we have already on disk. In theory that makes downloads resumable, but in practice this doesnt work because we delete everything if...

The actually generated plan is: ``` group by (region) ( dedup( remote(group by (region) (foo)), remote(group by (region) (foo))) ) * on (region) bar`, ``` which means that "bar" is...

Making "coalesce" a logical node, allows us to move it around in the execution tree and eventually coalesce later and evaluate more of the query concurrently. This will allow us...

To facilitate proper fan-out pruning in the distributed engine, we need to annotate the remote engines with their proper external labelset. Previously we only would use their partition labels but...

size/L

Accessing the current chunk via the slice is expensive and we should generally prefer to call methods on the memoized "cur" here. Moved the AtT at the bottom - an...

size/S

Currently the order of responses in the losertree on collisions in the labelset is random. This can happen if we drop the replica label in an endpoint. In the case...

size/M