You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
I was running the TPCC benchmark on CRDB v2.1.9 and ran into an issue with two NewOrder queries using "SELECT FOR UPDATE", which CockroachDB only supports since version 20.1 (released May this year). Besides TPCC's NewOrder, this kind of query is also used in YCSB's ReadModifyWrite.
I'm aware that this project provides the necessary docker files to run the latest version of CockroachDB, but it is sometimes preferred to use older versions for the sake of stability or comparison.
Do you intend to support version v19 and older? If you do, an alternate query that does not use the "SELECT FOR UPDATE" would be required for the older versions. If you don't, then it might be a good idea to include the required minimum version in the readme.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was running the TPCC benchmark on CRDB v2.1.9 and ran into an issue with two NewOrder queries using "SELECT FOR UPDATE", which CockroachDB only supports since version 20.1 (released May this year). Besides TPCC's NewOrder, this kind of query is also used in YCSB's ReadModifyWrite.
I'm aware that this project provides the necessary docker files to run the latest version of CockroachDB, but it is sometimes preferred to use older versions for the sake of stability or comparison.
Do you intend to support version v19 and older? If you do, an alternate query that does not use the "SELECT FOR UPDATE" would be required for the older versions. If you don't, then it might be a good idea to include the required minimum version in the readme.
The text was updated successfully, but these errors were encountered: