Book a Demo

Author Topic: Slow collection access  (Read 3072 times)

thomaskilian

  • Guest
Slow collection access
« on: September 18, 2007, 09:40:23 am »
Hi all,
I wonder if someone else has the same problem. When accessing a collection of say package elements then the collection does not seem to be cached by the automation. Instead it looks like EA is doing a single query for each GetAt. I wonder if this is a correct observation and whether Sparx could do this a bit better?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Slow collection access
« Reply #1 on: September 18, 2007, 01:09:35 pm »
Have you set Repository.EnableCache to true?

thomaskilian

  • Guest
Re: Slow collection access
« Reply #2 on: September 19, 2007, 11:08:02 am »
Actually I was not aware of that functionality.
But turning it on did not help so much. I saw that in certain parts EA was now consuming time instead of the SQL server. However, it was only in a few parts, and it took 2:30 minutes instead of 2:40. I guess EA is simply very chatty with the SQL server in general?!