Book a Demo

Author Topic: EA performance problem - should I use TFS/vss?  (Read 3099 times)

MV

  • EA User
  • **
  • Posts: 65
  • Karma: +1/-0
    • View Profile
EA performance problem - should I use TFS/vss?
« on: August 12, 2011, 04:07:59 pm »
Hi ,

We are using EA/7.5 with postgre SQL. Total number of EA users are 75. We are having performance issues now.

It is possible to use TFS or any version control system in the middle. This way TFS will contain the model as XML files and EA client will interact with TFS for getting model elements and working with them. There can be a batch sync between TFS to repository once in a day or so.

I dont know if this makes sense or not...any suggestions....

Thanks




Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA performance problem - should I use TFS/vss?
« Reply #1 on: August 12, 2011, 04:23:41 pm »
No, that makes no sense at all :-/

That is not the way EA works. Integration with TFS only does xmi import/exports from and to the database, it doesn't change how the client works.
That client will still connect to the database as before. So addin TFS version control integration will only slow things down (even more)

What you should try to figure it is the reason for these performance problems, is it the database server, the network, the sheer size of the datatabase, ...

Depending on that analysis you can take the appropriate action.

Geert