Comments on: MongoDB Configuration 101: 5 Configuration Options That Impact Performance and How to Set Them https://www.percona.com/blog/mongodb-101-5-configuration-options-that-impact-performance-and-how-to-set-them/ Mon, 29 Apr 2024 14:41:16 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: João Paulo https://www.percona.com/blog/mongodb-101-5-configuration-options-that-impact-performance-and-how-to-set-them/#comment-10974080 Thu, 01 Jun 2023 13:24:07 +0000 https://www.percona.com/blog/?p=73502#comment-10974080 directoryForIndexes not work here. In any way that i try. Do you have any specification about it? Like, does not work with cacheSizeGB ?

]]>
By: Narendra Pal https://www.percona.com/blog/mongodb-101-5-configuration-options-that-impact-performance-and-how-to-set-them/#comment-10973099 Thu, 25 Mar 2021 17:49:11 +0000 https://www.percona.com/blog/?p=73502#comment-10973099 I have a mongoDB 4.0 deployment which uses snappy compression by default. I use JAVA mongodb driver 3.9. In the driver I don’t explicitly specify any compression method.
Here are my questions:

1. Will there be any compression used between mongodb driver and mongodb?
2. When I make a query, the snappy compressed data is uncompressed and then sent to client (in case of no client compression method), is this correct?

]]>