Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: leonardo.santos on July 11, 2014, 06:45:44 am

Title: Database Sizing
Post by: leonardo.santos on July 11, 2014, 06:45:44 am
Hello,

Is there any add-on or plug-in at EA that allows me to forecast the database size, once I have created the phisical model inside EA? I understand that once I have the tables defined with columns type and sizes, it should be able to informe the amount of rows for a period of time and then receive an extimation of the database size.

best regards,

Leonardo Santos
Title: Re: Database Sizing
Post by: qwerty on July 11, 2014, 06:50:03 am
AFAIK there is nothing out of the box for that. There's an add-in called DBMode from Sparx Japan where I don't know its functionality.

Anyhow I guess you could write up your own script to do that calculation. Should probably not be too difficult.

q.
Title: Re: Database Sizing
Post by: martin1 on July 14, 2014, 08:03:52 pm
If I understand the question correctly, you could use another database backend together with EA, like MySQL, and use its tools to predict the resulting amounts of data.
Title: Re: Database Sizing
Post by: Helmut Ortmann on July 14, 2014, 08:23:14 pm
Hi,

in my experiences 100MB database size is a good starting point.

Helmut