07-22-2011 01:10 AM
07-22-2011 02:44 AM
07-22-2011 02:44 AM
SELECT table_schema "Database name", sum( data_length + index_length ) / 1024 / 1024 "Database size in MB"
FROM information_schema.TABLES GROUP BY table_schema ;
SELECT table_schema "Database name",
sum( data_length + index_length ) / 1024 /
1024 "Database size in MB",
sum( data_free )/ 1024 / 1024 "Free space in MB"
FROM information_schema.TABLES
GROUP BY table_schema ;
07-22-2011 05:19 AM
No. It depends upon your models and requirements. The database size is unlikely to be a problem.
I could not understand why are you looking for alfresco database consumption..I am planning to store 10 million document in alfresco repository and wondering how much space should I allocate for database.
07-22-2011 05:30 AM
07-22-2011 05:44 AM
07-22-2011 06:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.