刷新数据库架构或数据库架构持续时间的最佳时间是多少。我正在使用yii2。
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=test',
'username' => 'root',
'password' => '',
'enableSchemaCache' => true,
'schemaCacheDuration' => 3600,
],
默认情况下,在yii2 docs上提及3600 seconds