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

system-benchmarks: Enable post-lookup support #1230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ethan-readyset
Copy link
Contributor

Previously, our system benchmarks were running against Readyset with
post-lookup disabled. This meant that any of our benchmarks that
included queries that required post-lookup were actually proxying the
workload upstream. This led to a large discrepancy in benchmark results
between Postgres and MySQL due to Postgres handling certain aggregations
more efficiently than MySQL.

This commit fixes the issue by ensuring that our system benchmarks are
running against a Readyset instance with post-lookups enabled.

@readysetbot readysetbot force-pushed the I1050e2df98a95a9d8c73c54b957ffd65e381b87b branch from 08ca53b to 74328c0 Compare April 22, 2024 16:44
@readysetbot readysetbot force-pushed the Id5c964c8f332e2a52e3811848927b4b61f62ef11 branch from be3978f to 0239854 Compare April 22, 2024 16:44
@readysetbot readysetbot force-pushed the I1050e2df98a95a9d8c73c54b957ffd65e381b87b branch from 74328c0 to a44de3a Compare April 23, 2024 22:19
@readysetbot readysetbot force-pushed the Id5c964c8f332e2a52e3811848927b4b61f62ef11 branch from 0239854 to 41eddc7 Compare April 23, 2024 22:19
Previously, our system benchmarks were running against Readyset with
post-lookup disabled. This meant that any of our benchmarks that
included queries that required post-lookup were actually proxying the
workload upstream. This led to a large discrepancy in benchmark results
between Postgres and MySQL due to Postgres handling certain aggregations
more efficiently than MySQL.

This commit fixes the issue by ensuring that our system benchmarks are
running against a Readyset instance with post-lookups enabled.

Change-Id: Id5c964c8f332e2a52e3811848927b4b61f62ef11
@ethan-readyset ethan-readyset changed the base branch from I1050e2df98a95a9d8c73c54b957ffd65e381b87b to main April 24, 2024 16:58
@readysetbot readysetbot force-pushed the Id5c964c8f332e2a52e3811848927b4b61f62ef11 branch from 41eddc7 to 923b5d6 Compare April 24, 2024 16:58
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.

None yet

1 participant