Показать сообщение отдельно
  #30 (permalink)  
Старый 17.12.2015, 06:52
Профессор
Посмотреть профиль Найти все сообщения от Mаxmaxmаximus
 
Регистрация: 29.10.2015
Сообщений: 473

kobezzza, как все повернулось то

When your application starts up, Mongoose automatically calls ensureIndex for each defined index in your schema. Mongoose will call ensureIndex for each index sequentially, and emit an 'index' event on the model when all the ensureIndex calls succeeded or when there was an error. While nice for development, it is recommended this behavior be disabled in production since index creation can cause a significant performance impact. Disable the behavior by setting the autoIndex option of your schema to false, or globally on the connection by setting the option config.autoIndex to false.


А как тебе квери билдер?


Последний раз редактировалось Mаxmaxmаximus, 17.12.2015 в 07:01.
Ответить с цитированием