Wernfried

My feedback

23 results found

  1. 1 vote
    1 comment  ·  Documentation  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    I see the documentation has been updated and now it is much better (at least on the pages I checked) I think you can close this request as being implemented.

    Wernfried shared this idea  · 
  2. 1 vote
    0 comments  ·  Drivers » Unspecified  ·  Admin →
    How important is this to you?
    Wernfried shared this idea  · 
  3. 1 vote
    0 comments  ·  Database » Replication  ·  Admin →
    How important is this to you?
    Wernfried supported this idea  · 
    Wernfried shared this idea  · 
  4. 2 votes
    1 comment  ·  Database » Security  ·  Admin →
    How important is this to you?
    Wernfried supported this idea  · 
    Wernfried shared this idea  · 
  5. 1 vote
    0 comments  ·  Database » Other  ·  Admin →
    How important is this to you?
    Wernfried shared this idea  · 
  6. 2 votes
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    Did you try to use `--eval` option instead of a pipe? It works much better.

  7. 3 votes
    2 comments  ·  Database » Security  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 
  8. 7 votes
    How important is this to you?
    Wernfried supported this idea  · 
  9. 1 vote
    0 comments  ·  Database » Sharding  ·  Admin →
    How important is this to you?
    Wernfried shared this idea  · 
  10. 2 votes
    How important is this to you?
    Wernfried supported this idea  · 
    Wernfried shared this idea  · 
  11. 1 vote
    0 comments  ·  Ops Tools » Other  ·  Admin →
    How important is this to you?
    Wernfried supported this idea  · 
    Wernfried shared this idea  · 
  12. 27 votes
    How important is this to you?
    Wernfried supported this idea  · 
  13. 1 vote
    2 comments  ·  Database  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    Workaround is to run the database with a different port and {{--bind_ip localhost}}. However, it requires a restart of the database.

  14. 7 votes
    How important is this to you?
    Wernfried supported this idea  · 
  15. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    Use the system logrotate: https://linux.die.net/man/8/logrotate
    There you have various options.

  16. 2 votes
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    How fast do you like to have it?

    time mongosh "mongodb://user:password@localhost/?authSource=admin" --quiet --eval "db.getMongo()"
    mongodb://<credentials>@localhost/?authSource=admin&directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.6.0

    real 0m1.288s
    user 0m1.457s
    sys 0m0.118s

    1.5 seconds sounds not bad to me.

    Actual connection time is even shorter (around 150 milliseconds) as you can see in the logs:

    $ cat .mongodb/mongosh/63490dd8851dfcff3400c83c_log
    {"t":{"$date":"2022-10-14T07:20:56.081Z"},"s":"I","c":"MONGOSH","id":1000000000,"ctx":"log","msg":"Starting log" ...
    {"t":{"$date":"2022-10-14T07:20:56.084Z"},"s":"I","c":"MONGOSH","id":1000000005,"ctx":"config","msg":"User updated"}
    {"t":{"$date":"2022-10-14T07:20:56.085Z"},"s":"I","c":"MONGOSH","id":1000000048,"ctx":"config","msg":"Loading global configuration file"...
    {"t":{"$date":"2022-10-14T07:20:56.133Z"},"s":"I","c":"DEVTOOLS-CONNECT","id":1000000042,"ctx":"mongosh-connect","msg":"Initiating connection attempt",...
    {"t":{"$date":"2022-10-14T07:20:56.148Z"},"s":"I","c":"DEVTOOLS-CONNECT","id":1000000035,"ctx":"mongosh-connect","msg":"Server heartbeat succeeded",...
    {"t":{"$date":"2022-10-14T07:20:56.183Z"},"s":"I","c":"DEVTOOLS-CONNECT","id":1000000037,"ctx":"mongosh-connect","msg":"Connection attempt finished"}
    {"t":{"$date":"2022-10-14T07:20:56.228Z"},"s":"I","c":"MONGOSH","id":1000000004,"ctx":"connect","msg":"Connecting to server"

  17. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    In deed, in legacy mongo shell it was possible to pipe a command. In mongosh this does not work anymore:

    Failing:
    echo "db.getMongo()" | mongosh "mongodb://user:password@localhost/?authSource=admin"
    db.getMongo()
    {}

    Working:
    echo "db.getMongo()" | mongo "mongodb://user:password@localhost/?authSource=admin"
    connection to localhost:27017

  18. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    Wernfried commented  · 

    If you like to have Monday as first day of week, then simply use '$isoDayOfWeek'

    https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/isoDayOfWeek/

  19. 30 votes
    How important is this to you?
    Wernfried supported this idea  · 
  20. 34 votes
    How important is this to you?
    Wernfried supported this idea  · 
← Previous 1

Feedback and Knowledge Base