-
Notifications
You must be signed in to change notification settings - Fork 591
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
Bug: Unable to load ycsb bench data after risingwave v0.19.0 #12781
Comments
ycsb load command:
v0.18.0 insert all records:
v0.19.0 only insert 4 records:
|
It seems that there is a conflict in the insert data on new version. It seems that only the number of records with the same |
query.log:
|
Where did you find v0.19.0 and v0.18.0? It seems the latest version is 0.17.0? https://github.com/brianfrankcooper/YCSB |
v0.19.0 and v0.18.0 refers to the risingwave version |
YCSB bench load data success v0.18.0:
YCSB bench load data failed v0.19.0:
Set this issue to high-priority as we are requested to compare performance of batch serving queries with Redis/Cassandra
The text was updated successfully, but these errors were encountered: