Hi, I was trying to run “mserver” (standalone) in a simulator to do some performance study. As mserver only reads MALs, are there any ready-to-use MAL scripts for TPC-H? I tried to use “explain” in “mclient”, but the translated MALs seem to be too detailed and cannot simply copy and run. Any idea on this? Thank you! -Kevin
On 21/04/14 16:45, Qing Guo wrote:
Hi,
I was trying to run “mserver” (standalone) in a simulator to do some performance study. As mserver only reads MALs, are there any ready-to-use MAL scripts for TPC-H?
I tried to use “explain” in “mclient”, but the translated MALs seem to be too detailed and cannot simply copy and run. Any idea on this? Thank you! Hi
What kind of simulator are you considering? The MAL plans rely on the initialized SQL catalog. The MAL operation sql.init() and sql.start() can be used for this manipulate this. regards, Martin
-Kevin _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
That works! Thanks, Martin.
I use sniper simulator (snipersim.org/) which allows me to evaluate monetdb server on different system architecture configurations.
Regards,
-Kevin
On Apr 21, 2014, at 11:58 AM, Martin Kersten
On 21/04/14 16:45, Qing Guo wrote:
Hi,
I was trying to run “mserver” (standalone) in a simulator to do some performance study. As mserver only reads MALs, are there any ready-to-use MAL scripts for TPC-H?
I tried to use “explain” in “mclient”, but the translated MALs seem to be too detailed and cannot simply copy and run. Any idea on this? Thank you! Hi
What kind of simulator are you considering? The MAL plans rely on the initialized SQL catalog. The MAL operation sql.init() and sql.start() can be used for this manipulate this.
regards, Martin
-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