Comment 4 for bug 1441908

Revision history for this message
Jaime Sicam (jssicam) wrote :

In terms of start up time, I can confirm that by having 150000 tables and having these settings on PS 5.6.24:
a) Start up time is around 60 seconds
[mysqld]
table_definition_cache = 10000
performance_schema = on

b) Start up time is around 3 seconds
[mysqld]
table_definition_cache = 10000
performance_schema = 0