benchbase
benchbase copied to clipboard
Noisepage benchmark errors
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:
[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!