First of all really thank you for all replies. Much appreciated.
What my project does is once the user registered then the database is
automatically created (of course with some predefined tables but more tables will
be added in the future from time to time).
(hopefully)My last few questions are:
1) Do I have to redefine the size in the configuration file/console when I add
new database/tables everytime? (just want to confirm this) or all I need is just
keep monitoring the memory is occupied by the cluster and make sure is below the
limit when I create a new db/add new tables?
2) In terms of the size of the memory use/occupy by the memory is that equal to
sum of
for each table {
(number of row x the total size of attributes in that table)
}
?
Thanks :)