AdminBenjamin (Admin, MongoDB)

My feedback

11 results found

  1. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    AdminBenjamin (Admin, MongoDB) commented  · 

    Hey Tom, we will not be removing the requirement that knnBeta be a top level operator, but the functionality will evolve. Requiring knnBeta be a top level operator was done to make the feature more usable and provide a more consistent experience. Is there a specific outcome you're unable to achieve with this requirement?

    Can you share more about the filter parameter being "omitted", it is an optional parameter, you don't have to have a filter.

  2. 2 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  3. 5 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  4. 3 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  5. 7 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  6. 4 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminBenjamin (Admin, MongoDB) commented  · 

    This can actually be done today using $expr, here's an example where the magic number is just the number of days in milliseconds

    {
    "archive": true,
    "$expr": {
    "$lte": [
    "$bucket_end_date",
    {
    "$subtract": [ "$$NOW", 146880000000 ] }
    ]
    }
    }

  7. 43 votes
    How important is this to you?
    An error occurred while saving the comment
    AdminBenjamin (Admin, MongoDB) commented  · 

    Thanks for the suggestion Michael! We are actually planning on adding support for something similar in the coming quarters so please keep an eye on this idea, it will show progress updates as we proceed.

  8. 11 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  9. 16 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  10. 51 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 
  11. 43 votes
    How important is this to you?
    AdminBenjamin (Admin, MongoDB) shared this idea  · 

Feedback and Knowledge Base