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

Catalog generator should print warnings if there are sequential scans #165

Open
apavlo opened this issue Jul 28, 2014 · 1 comment
Open

Comments

@apavlo
Copy link
Owner

apavlo commented Jul 28, 2014

I'm worried that our query planner for TPC-C isn't always generating the best plan. We should add an option to hstore-prepare that prints out the name of queries that contain sequential scans.

@xinjiacs
Copy link
Collaborator

It's better to have a planner tool to guarantee the plans are not changed from the baselines. It may help to identify more unexpected plan changes.

FYI, VoltDB has a planner tool to do this kind of job. https://github.com/VoltDB/voltdb/tree/master/tests/scripts/plannertester

This could be a student project.

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

No branches or pull requests

2 participants