mirror of https://github.com/citusdata/citus.git
DESCRIPTION: add pushdown support for projections and quals in table access method scan This implementation uses custom scans to push projections into the scans on a columnar table. The custom scan replaces all access paths to a table to force the projection of the columns. |
||
---|---|---|
.. | ||
am_alter.sql | ||
am_analyze.sql | ||
am_clean.sql | ||
am_drop.sql | ||
am_functions.sql | ||
am_insert.sql | ||
am_join.sql | ||
am_query.sql | ||
am_rollback.sql | ||
am_truncate.sql | ||
am_vacuum.sql | ||
extension_create.sql | ||
fdw_alter.sql | ||
fdw_analyze.sql | ||
fdw_clean.sql | ||
fdw_drop.sql | ||
fdw_functions.sql | ||
fdw_insert.sql | ||
fdw_query.sql | ||
fdw_rollback.sql | ||
fdw_truncate.sql |