Skip to content

dm_filter() does too much work #2277

@krlmlr

Description

@krlmlr

dm_apply_filters_impl() should be a reduce(~ dm_get_filtered_table(...)) , not a map(...) , with a suitable ordering of the tables.

Trigger: tidyverse/duckplyr#441 .

Needs duckdb/duckdb-r#949 to show an effect with duckplyr.

For remote databases (and duck tables), perhaps we want to materialize a "skeleton dm", with only the keys?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions