Bugs item #2876590, was opened at 2009-10-11 20:28 Message generated for change (Settings changed) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2876590&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation >Group: Clients "stable" Status: Open Resolution: None Priority: 5 Private: No Submitted By: winston (wwinston) Assigned to: Nobody/Anonymous (nobody) Summary: What does the value "Timer" measure? Initial Comment: See the MonetDB4 documentation: XQuery Documentation -> 3.1 The Mapi Client Utility -> 3.1.2 Timing The "Timer" value is not defined in the documentation, but what does it measure? When I run an mclient query using the -t option, I get numbers for the following line items: For example, query command: mclient -t -lx -f none q0.xq results in: Trans 16.000 msec Shred 0.000 msec Query 31.000 msec Print 0.000 msec Timer 60.211 msec So what does "Timer" measure? Is it the total cost, but it also appears to measure something beyond query too? =x=x= OS=Windows XP 2GB RAM MonetDB4 installed from latest stable build, August 2009 version. ---------------------------------------------------------------------- Comment By: Sjoerd Mullender (sjoerd) Date: 2009-10-22 17:40 Message: Timer is the wall clock time, i.e. the real time you have to wait for the query to be executed. I guess we should document this somewhere. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2876590&group_id=56967 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
