Re: [Hibernate] query statistics

2005-11-28 Thread Max Rydahl Andersen
/max -Original Message- From: Max Andersen Sent: Monday, November 28, 2005 9:49 AM To: Steve Ebersole; Gavin King; Hibernate devel Subject: Re: [Hibernate] query statistics On Mon, 28 Nov 2005 16:11:21 +0100, Steve Ebersole <[EMAIL PROTECTED]> wrote: So some things to consider

RE: [Hibernate] query statistics

2005-11-28 Thread Steve Ebersole
;) -Original Message- From: Max Andersen Sent: Monday, November 28, 2005 9:49 AM To: Steve Ebersole; Gavin King; Hibernate devel Subject: Re: [Hibernate] query statistics On Mon, 28 Nov 2005 16:11:21 +0100, Steve Ebersole <[EMAIL PROTECTED]> wrote: > So some things to consider th

Re: [Hibernate] query statistics

2005-11-28 Thread Max Rydahl Andersen
"!originalName!0_" or something. /max From: Max Andersen Sent: Thursday, November 24, 2005 6:05 AM To: Steve Ebersole; Gavin King; Hibernate devel Subject: RES: [Hibernate] query statistics just a quick response.   the priorities for the tools is

RE: [Hibernate] query statistics

2005-11-28 Thread Steve Ebersole
hursday, November 24, 2005 6:05 AM To: Steve Ebersole; Gavin King; Hibernate devel Subject: RES: [Hibernate] query statistics just a quick response.   the priorities for the tools is:   A. get the underlying sql(s) B. get the guessed types of the parameters C. get the locations of the parameters in H

RES: [Hibernate] query statistics

2005-11-24 Thread Max Andersen
Title: RE: [Hibernate] query statistics just a quick response.   the priorities for the tools is:   A. get the underlying sql(s) B. get the guessed types of the parameters C. get the locations of the parameters in HQL and SQL   A and B is most important (and should be gettable without

RE: [Hibernate] query statistics

2005-11-23 Thread Steve Ebersole
ator only ever knows about the expanded query. -Original Message- From: Gavin King Sent: Monday, November 21, 2005 8:55 AM To: Steve Ebersole; 'Hibernate devel' Subject: RE: [Hibernate] query statistics Right. The only downside would be increased mem usage, I suppose. -Original

Re: [Hibernate] query statistics

2005-11-21 Thread Max Rydahl Andersen
u keep around. Not any big increase - i think. /max -Original Message- From: Steve Ebersole Sent: Monday, November 21, 2005 6:54 AM To: Gavin King; 'Hibernate devel' Subject: RE: [Hibernate] query statistics I guess we could make it so. This issue is that currently it d

RE: [Hibernate] query statistics

2005-11-21 Thread Gavin King
Right. The only downside would be increased mem usage, I suppose. -Original Message- From: Steve Ebersole Sent: Monday, November 21, 2005 6:54 AM To: Gavin King; 'Hibernate devel' Subject: RE: [Hibernate] query statistics I guess we could make it so. This issue is that cu

RE: [Hibernate] query statistics

2005-11-21 Thread Steve Ebersole
I guess we could make it so. This issue is that currently it does not know the non-expanded query. -Original Message- From: Gavin King Sent: Monday, November 21, 2005 8:51 AM To: Steve Ebersole; Hibernate devel Subject: RE: [Hibernate] query statistics Could the query plan cache both

RE: [Hibernate] query statistics

2005-11-21 Thread Gavin King
Could the query plan cache both expanded and non-expanded SQL? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, November 21, 2005 6:49 AM To: Hibernate devel Subject: [Hibernate] query statistics In relation to http

[Hibernate] query statistics

2005-11-21 Thread Steve Ebersole
In relation to http://opensource2.atlassian.com/projects/hibernate/browse/HHH-73 (Statistics for HQL queries use pre-processed query string): The original issue behind this case is now easy to fix because of the introduction of query plans. The query plans know about the query strings before any