Peter Boncz wrote: > Hi Niels, > >> The timing was/is meant for overall query performance, ie sending query + >> query execution + receiving the result (or part of it) in non interactive > setups. > > ok, clear. > > So, would people agree then that in *interactive* mclient mode, timing only > the > query would be an improvement of the functionality? > > best, > > Peter The actual query timing should be captured and returned by the back-end itself.
Empty lines are empty requests to the server and mclient does not perform any analysis. Skipping empty lines is not easy, unless you bring in language semantics. I.e. just ignoring lines with blancs may not be appropriate. And the timing illustrates that indeed an empty request was handled. So keep mclient simple. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
