Hello, I was doing a performance profiling on MonetDB server so I run mserver5 in standalone. The command line I used is: mserver5 --dbpath=[path_to_your_db] --set mapi_open=false --set mapi_port=0 --set single-user=yes --set gdk_nr_threads=1 --set max_clients=1 --set sql_optimizer=default_pipe --set monet_daemon=no < [input] It worked for previous releases but not for the Oct2014. Instead, it gives the following message: "error initSQLreferences" The problem appears that "algebraRef" is not assigned a value before calling "initSQLreferences(void)". Any ideas to solve this problem? Much appreciate, thanks! Kevin
Hello, please provide the mserver5. And what is the input, a SQL query? On 02/12/14 20:50, Qing Guo wrote:
Hello,
I was doing a performance profiling on MonetDB server so I run mserver5 in standalone. The command line I used is:
mserver5 --dbpath=[path_to_your_db] --set mapi_open=false --set mapi_port=0 --set single-user=yes --set gdk_nr_threads=1 --set max_clients=1 --set sql_optimizer=default_pipe --set monet_daemon=no < [input]
It worked for previous releases but not for the Oct2014. Instead, it gives the following message:
"error initSQLreferences"
The problem appears that "algebraRef" is not assigned a value before calling "initSQLreferences(void)". Any ideas to solve this problem?
Much appreciate, thanks!
Kevin _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Hi Martin,
I was running the Oct2014 out-of-box. All code is the original. The mserver5.c is attached.
The input can be a TPC-H sql query, with a “sql.start()” upfront.
Thanks for helping.
Kevin
On Dec 2, 2014, at 3:41 PM, Martin Kersten
Hello, please provide the mserver5. And what is the input, a SQL query?
On 02/12/14 20:50, Qing Guo wrote:
Hello,
I was doing a performance profiling on MonetDB server so I run mserver5 in standalone. The command line I used is:
mserver5 --dbpath=[path_to_your_db] --set mapi_open=false --set mapi_port=0 --set single-user=yes --set gdk_nr_threads=1 --set max_clients=1 --set sql_optimizer=default_pipe --set monet_daemon=no < [input]
It worked for previous releases but not for the Oct2014. Instead, it gives the following message:
"error initSQLreferences"
The problem appears that "algebraRef" is not assigned a value before calling "initSQLreferences(void)". Any ideas to solve this problem?
Much appreciate, thanks!
Kevin _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Martin Kersten
-
Qing Guo