We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could I please get some documentation on how to run benchbase on noisepage?
I am currently building benchbase with profile set to postgres as there is no profile for noisepage ./mvnw clean package -P postgres
./mvnw clean package -P postgres
And running the experiment with noisepage tpcc config
java -jar benchbase.jar -b tpcc -c config/noisepage/sample_tpcc_config.xml --create=true --load=true --execute=true
I am getting the error:
[2024-03-30 14:03:15.076] [network_logger] [info] Listening on Unix domain socket with port 15721 [PID=29071] NoisePage - Self-Driving Database Management System [port=15721] [PID=29071] [2024-03-30 14:06:09.626] [execution_logger] [error] ERROR: Line: 32, Col: 0 => binary operation '+' does not support types 'Real' and 'Date'
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could I please get some documentation on how to run benchbase on noisepage?
I am currently building benchbase with profile set to postgres as there is no profile for noisepage
./mvnw clean package -P postgres
And running the experiment with noisepage tpcc config
java -jar benchbase.jar -b tpcc -c config/noisepage/sample_tpcc_config.xml --create=true --load=true --execute=true
I am getting the error:
Any help is appreciated!
The text was updated successfully, but these errors were encountered: