From: Jon M. <jo...@te...> - 2006-03-06 14:33:21
|
Matthew Buckett wrote: >Ok here was the gotcha. The logging from SoftCache only tracks >PrimaryKey hits/missed so although my stats were looking good it wasn't >tracking the missed indexkey lookups. I'll add some logging to SoftCache >so it also tracks the ratio of IndexKey lookups and logs them separately. > >The reason I had terrible performance was that I hadn't implemented >matchesKey in Resource so it was going to the database every time. > > How about a little IndexKey "how to" page from the current expert? |