Цитата:
|
я с детства не занимаюсь гулянками и бабами) я ж не быдло, так что норм все
|
Я занимаюсь, но у меня в статусе и так написано, что я быдло кодер
Цитата:
|
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.
|
Не забудь на проде autoIndex выключить.
Цитата:
|
А как тебе квери билдер?
|
Ну, тут ничего особенного, но я бы предпочёл иметь SQL подобный язык запросов, как в OrientDB.