How do I can calculate the total disk space for the database on the issues raised?
I have the following table
Thanks
You can't do it from that information.
Looking at the base unit of a single issue, you'd need to look at every single issue to establish what fields it has, and how big each field is. Some are fixed size (e.g. a date/time stamp), but some fields can be free text, in which you could write unlimited text. Even if you make assumptions about how big an average text field is, one issue type might allow no free text, and the next one has ten of them. You've also got the fun of attachments which live on the disk and can be quite large or numerous, or simply not exist.
In other words, the disk space you need is a function of ( the number of issues you have * complexity of config + attachments). That complexity is so variable, you might as well forget it.
Now, having pointed out that you've got too many variables to even begin to make an estimate of size, there is a really simple way to think of this:
It looks like you're new here. Sign in or register to get started.