Meteor-Community-Packages / meteor-schema-index

Control some MongoDB indexing with schema options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow disabling of indexing with an environment variable or Meteor.setting

juho opened this issue · comments

commented

Leaving the indexing on with a lot of schemas starts to take dozens of seconds for startup time. We ended up hacking it with a Meteor.settings variable from a fork, but it'd be cool to have the possiblity not to run the indexing.