Book a Demo

Author Topic: Big Projects  (Read 4210 times)

wohlke

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Big Projects
« on: June 17, 2004, 09:49:59 am »
Hello,

Does anyone knows how big projects EA supports?

I am using EA 4.0 build 729.

Thanks.
MJW

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Big Projects
« Reply #1 on: June 17, 2004, 10:15:27 am »
Hello,

by size of the project do you mean number of the objects in the repository? Our biggest repository to date contains about 1500 Use Cases, thousands of activity diagrams, interaction diagrams etc. There is close to 2000 classes. We have never had a problem with the size.

Bruno

wohlke

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Big Projects
« Reply #2 on: June 17, 2004, 10:54:14 am »
Thanks for the response Brunno.

Are you using any Database engine? or  EAP file?
MJW

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Big Projects
« Reply #3 on: June 17, 2004, 02:04:38 pm »
No problem.
The repository I have described above is running on MS SQL Server.
We generally do not use .EAP files - RDBMS makes a lot of stuff, like backing up, much easier.

Bruno

thomaskilian

  • Guest
Re: Big Projects
« Reply #4 on: June 17, 2004, 03:32:38 pm »
Without ever having tested it, I guess .EAP files won't make much trouble at that size either. They are nothing else than MS Access files and they should (as far as I remember) not neccessarily exceed 32.000 records (that is EA elements) unless you wan't to drop performance  ;)

JimHinson

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Big Projects
« Reply #5 on: June 28, 2004, 12:18:32 pm »
How much space does that require?  How much space should I allow for SQL?

thomaskilian

  • Guest
Re: Big Projects
« Reply #6 on: July 01, 2004, 04:58:31 pm »
Jim,
space restrictions are not really given with todays hard disks ;) I can not give much numbers since I just manage small projects here. Basic files make up a few megabyte (.EAP). SQL Server needs a bit more since it adds overhead for indexes a.s.o. but not really much.  Anything inside EA is nothing really big (more or less text), so I guess you will stay always below 100 MB for really big projects.