[Monetdb-developers] regarding execution plan
hello, I want to make graph or tree of the final plan which monetdb uses to execute the xquery. I am running the monetdb server in debug mode = "2097152" & I am trying to make graph/tree of the output which I am getting in this mode but unable to do. So can any one help me in finding the graph/tree of the final plan which monetdb uses to execute the query . plz reply as soon as possible. thank you. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
Hi, as we tried to explain multiple times before, the output you get with debug mask 2097152 is only useful for debugging the runtime choice/behavior of a few selected operation. It is far from complete and does surely not represent the whole query plan. Having said that, MonetDB/XQuery does not provide any means to visualize the execution plan other than the MIL program that the stand-alone XQuery compiler "pf" produces (see `pf -h` & `pf -H` for details). Of course, by parsing this MIL program and analysing the data dependencies, you can easily create a dataflow graph --- if that's what you're after. Stefan On Mon, Apr 05, 2010 at 12:25:27AM +0530, Puneet Birwa wrote:
hello, I want to make graph or tree of the final plan which monetdb uses to execute the xquery. I am running the monetdb server in debug mode = "2097152" & I am trying to make graph/tree of the output which I am getting in this mode but unable to do. So can any one help me in finding the graph/tree of the final plan which monetdb uses to execute the query . plz reply as soon as possible.
thank you.
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |
participants (2)
-
Puneet Birwa
-
Stefan Manegold