Skip to content

Pre-Load table into GPU memory #2

Description

@philass

Currently we Load the data from tables into the futhark context only after processing a query. This may be inefficient if loading this table into context is a lot more expensive than loading the columns to be selected and other things.

This needs to be tested to see if their are performance improvements if the implementation is changed to address the problem with these considerations in mind.

Files that need to be changed in this case

  • CLI.cpp
  • db_gpu_load.cpp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions