XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major - P3
    • Resolution: Duplicate
    • None
    • None
    • Querying
    • None

    Description

      Support for read-only views consists of providing a mechanism for binding a namespace name to a (namespace name 2, query) pair, where the query might be a MongoDB query or an aggregation expression. For example, if you had a collection "housing.apartments", you might create a view housing.cheapApartments = (housing.apartments, { rent:

      { $lte: 1000 }

      }). Finds on cheapApartments would only consider those elements of housing.apartments where the "rent" field was less than 1000.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              schwerin@mongodb.com Andy Schwerin
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: