All:
We've recently upgraded our MongoDB replica set to v3.4.4; I notice that this release now supports compressed network communication with snappy. I've got the set members set to enable this, so that they communicate with each other this way, and the mongo shell seems to support it natively, but I can't find any documentation on how to set up our Node.js clients to use it.
Everything still works fine, of course, since uncompressed communications are used where the client and the server can't agree on a compression protocol, but it would be good to be able to take advantage of this for obvious reasons.
Has anyone else played with this or had any luck with it?
It does appear that Mongo has an open ticket on this, but wondered if anyone else had made any progress independently of that.
via Thomas J. Girsch
No comments:
Post a Comment