Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-16995

Validate options for createIndexes command

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None

      Consider the command to build a background index:

      db.foo.ensureIndex({bar:1}, {backtround: true}) // typo intentional
      

      A typo in the options like the one above will trigger a foreground index build, with may have a very negative impact on production environments.

      It would be nice if we could validate options to the ensureIndex() command, and fail with an error message if invalid options are provided.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ramon.fernandez@mongodb.com Ramon Fernandez Marina
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: