Skip to content

Investigate column selection/projection on dask-sql queries #236

Description

@ayushdg

One Eg: In the dask-cudf query we drop columns right after a merge: https://github.com/rapidsai/gpu-bdb/blob/main/gpu_bdb/queries/q05/gpu_bdb_query_05.py#L57

The dask-sql Version does the full sql query but investigation needs to be done on whether unneeded columns are carried to the of the query and then dropped: https://github.com/rapidsai/gpu-bdb/blob/main/gpu_bdb/queries/q05/gpu_bdb_query_05_dask_sql.py#L34-L70

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions