Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10049

Atlas Free Tier Limitations - Oplog NS Queries Limited to Strings

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Atlas
    • Labels:
      None

      Atlas' Free Tier M0 clusters do not support querying the oplog with a namespace other than a string. As such, it may be worth updating the Atlas M0 (Free Tier) Limitations section of the Atlas documentation to adequately reflect this limitation.

      Upon attempting to query the oplog with the $regex operator yields the following results:

      free-shard-0:PRIMARY> db.oplog.rs.find( { ns: { $regex: ".*" } } )
      Error: error: {
      	"ok" : 0,
      	"errmsg" : "querying oplog with an ns other than a string is not supported in this atlas tier",
      	"code" : 8000,
      	"codeName" : "AtlasError"
      }
      

            Assignee:
            rob.justice@mongodb.com Robert Justice (Inactive)
            Reporter:
            luke.phillippi@mongodb.com Luke Phillippi
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              7 years, 7 weeks, 2 days ago