0 Replies Latest reply on Jan 3, 2007 6:16 AM by chrismm

    CMP cache performance gain ?

    chrismm

      Has anybody tried the caching of CMPs by the AS ? We examined our application and discovered it was hitting the database thousands of times for each request, this was due to the application developers use of findByBusinessKey methods, we converted the code to use the findbyPrimaryKey method so the AS can cache, this halved the number of SQL statements but seems to have no effect on performance ???
      Any ideas what might be happening ?