21 Dec
2007
21 Dec
'07
12:14 p.m.
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.