I would, but I'm a metrics freak.

On 9/26/05, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> IBatisNet has a GetDataCacheStats method on the main sqlMapper object
> that outputs a simple summary of statements and their cache hit ratio:
>
>  User.GetMany: 51%
>  User.GetOneById: 20%
>  User.GetManyById: No cache.
>  ...
>
> Maybe this is a feature that the Java people would find useful.
>
> --- Michael Campbell <[EMAIL PROTECTED]> wrote:
>
> > Is a cache hit/miss logged?  I've run a test of running the same
> > select in a loop, and my ibatis log4j output shows n copies of the
> > prepared statement, result set operations happening.
> >
> > Is the logging supposed to distinguish between a cache hit and a real
> > db call?
> >
> > --
> > I tend to view "truly flexible" by another term: "Make everything
> > equally hard". -- DHH
> >
>
>


--
I tend to view "truly flexible" by another term: "Make everything
equally hard". -- DHH

Reply via email to