Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclientMapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Peter Boncz
Hi Martin, et al > The actual query timing should be captured > and returned by the back-end itself. That is done already, indeed, in XQuery. It provides even a breakup in Trans+Shred+Query+Update/Print. But it is also interesting to see the communication time between mclient and Mserver. That y

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclientMapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Sjoerd Mullender
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

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclientMapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Martin Kersten
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

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclientMapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Peter Boncz
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

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient MapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Niels Nes
On Fri, Dec 21, 2007 at 11:55:34AM +0100, Peter Boncz wrote: > Hi Sjoerd, > > Thanks for fixing some things I was unaware of (empty lines in other > languages?) > > > The timer is again started when the first line of a query is typed. > > This is the case for *all* languages. > > I cannot image

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient MapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Stefan Manegold
On Fri, Dec 21, 2007 at 11:55:34AM +0100, Peter Boncz wrote: > Hi Sjoerd, > > Thanks for fixing some things I was unaware of (empty lines in other > languages?) (As usually) Testing was aware and told us about it ;-) In detail (as far as I can quickly recall): Many MIL and almost all(?) SQL tes

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient MapiClient.mx, Clients_1-20, 1.88.2.4, 1.88.2.5

2007-12-21 Thread Peter Boncz
Hi Sjoerd, Thanks for fixing some things I was unaware of (empty lines in other languages?) > The timer is again started when the first line of a query is typed. > This is the case for *all* languages. I cannot image cases where it is useful for mclient to keeps stays on someone's typing speed,