MongoBooster Support website buggy

Pascal Heitz shared this problem 7 years ago
Solved

I've reported a problem yesterday.

You answered and provided me a link in the email to answer your questions.

But the link doesnt work, I get a 500 error.

Also, when accessing my history of ticket, it seems that they are not clickable...03afde775eea2a15d62ba6a90aedd67b


To answer your questions about `Disable mockup script ` :


I run with mongo 3.2.1.


db.omnipage.stats() gets me


  1. {
  2. "avgObjSize" : 93683,
  3. "capped" : false,
  4. "count" : 820,
  5. "indexSizes" : {
  6. "_id_" : 57232,
  7. "scanId_1" : 106288
  8. },
  9. "lastExtentSize" : 46333952,
  10. "nindexes" : 2,
  11. "ns" : "foo.bar",
  12. "numExtents" : 8,
  13. "ok" : 1,
  14. "paddingFactor" : 1,
  15. "paddingFactorNote" : "paddingFactor is unused and unmaintained in 3.0. It remains hard coded to 1.0 for compatibility only.",
  16. "primary" : "set-56bb1207f25355000e0005ee",
  17. "sharded" : false,
  18. "size" : 76820160,
  19. "storageSize" : 115888128,
  20. "totalIndexSize" : 163520,
  21. "userFlags" : 1
  22. }


Those objects are quite big.


db.omnipage.getIndexes() is executed in ~0.110 secs.


db.omnipage.find({}).sort({_id:-1}).limit(5) is executed in ~0.677 secs.


Thank you

Replies (6)

photo
1

It looks a little strange. The fields info fetch time equals to "getIndexes()+find({}).limit(5)", it should be about 0.8 secs.


I want to know how fast the connection is.

photo
1

The speed depends, really. Sometimes fast, sometimes slow.


Anyway, my suggestion was to simply provide an options to disable the automatic execution.

Most of the times when I open a collection, I will edit the query anyway, so I see no need to pre-execute the `find({})`, unless it's instant (which is not) and doesnt block my workflow (which it does).


Thank you

photo
1

If you just want to disable automatic execution, just hold "shift" key when you open collection.

photo
1

Sweet! That's nice.

Is it possible to have it as a deactivable option in the future?

photo
1

OK, I will consider it.

photo
1

Thank you Qinghai

Leave a Comment
 
Attach a file