Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TPC-H data loader #97

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

1ntEgr8
Copy link

@1ntEgr8 1ntEgr8 commented Aug 29, 2024

This patch implements a data loader for TPC-H workloads.

The loader is modeled after data/alibaba_loader.py.

The simulator does not correctly handle the addition of TASK_GRAPH_RELEASE events when the workload is mutated by the loader. The event handler for TASK_GRAPH_RELEASE is only used for logging, so I just commented out the code that adds the event to the queue, punting a proper fix for later.

@1ntEgr8 1ntEgr8 changed the title WIP: Implement TPC-H data loader Implement TPC-H data loader Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant