|
|
|
|
|
by mathias_10gen
5511 days ago
|
|
One thing you may want to consider adding to your client is a "mongotunnel" command which will set up an ssh tunnel with compression between the user's computer and your mongodb servers. I've noticed some significant performance benefit to this vs. just accessing mongod normally over the internet, mostly due to the abysmal upload rate on my cable modem. Also this allows you to avoid sending data in plain-text over the open internet. |
|