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

Validate options for createIndexes command

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Admin
    • None

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: