Book a Demo

Author Topic: Repository Size  (Read 5695 times)

DerekPenning

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Repository Size
« on: March 24, 2016, 02:18:37 am »
Dear Members, does anyone know the average size (MB/GB) of a 30 user repository database?

We are setting one up and want to cater for some growth over the coming years.

Kind regards

Derek Penning

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Repository Size
« Reply #1 on: March 24, 2016, 02:28:53 am »
It does not depend on the number of users but the number of elements.

q.

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Repository Size
« Reply #2 on: March 24, 2016, 02:49:03 am »
Hi,

as qwerty said: It depends of what you are doing.

To give you a ballpark figure. We usually start with repository size of 100MB with SQL Server.

Usually size isn't a problem. More important is that you choose the right database on a server. 30 people and eg *.eap file would not look good.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

DerekPenning

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Repository Size
« Reply #3 on: March 24, 2016, 03:12:43 am »
Thanks Helmut, we will be using a repository based solution so the user access on a multi user repository should be ok?

Anyway sounds like less than a GB should be ok?

Thanks

Derek

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Repository Size
« Reply #4 on: March 24, 2016, 07:50:27 am »
Again, it depends on the number of elements you're going to model. Only if that is known, you will know the DB size. Nevertheless, a size of 100MB (plus/minus) for a medium project is what one could expect.

q.

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: Repository Size
« Reply #5 on: March 24, 2016, 08:48:57 pm »
The old question of how long is a piece of string aye?
Over the last 10 years or so with various organisations I've notice about 100Mb per user on average per year in teams where people use it everyday. But as previously mentioned it really depends on the number of elements. It also depends on embedded documents as well. These can really bloat out the DB. Some people put more in the repository than others.

Remember an EAP file is really an MS access database so you'd be pushing the limits. You probably want to use something better like SQL Server as the repository.

If you use a cloud based DB like SQL Server in Azure then you can start of with 1GB and adjust according to usage.
Happy to help
:)