-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
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.
- duplicates
-
SERVER-142 Read-only views over collection data.
- Closed
- is related to
-
SERVER-10788 Writable views
- Backlog
- related to
-
SERVER-10789 User-Parameterized Views
- Closed