You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the issue has not already been raised
Issue
I want to use zstd compression lib on the compressors connection option but can not specify the level of the compression it should be from 1 to 22, I see that the default value for this compression is 3 on node-mongodb-native and it's a constant static value can not be specified
The text was updated successfully, but these errors were encountered:
@KhaledMosaad Can you elaborate on the use case for adjusting the level? Of course, I assume it is to either decrease payload size or increase speed, I am curious which is the primary motivator. Would you have use for levels above 19? (asking in reference to the increased memory to support above 19). Thanks in advance!
@KhaledMosaad Can you elaborate on the use case for adjusting the level? Of course, I assume it is to either decrease payload size or increase speed, I am curious which is the primary motivator. Would you have use for levels above 19? (asking in reference to the increased memory to support above 19). Thanks in advance!
@nbbeeken Frankly speaking, I do not intend to use compression of 19 or above. Currently, I am in the testing phase to determine the optimal performance and payload size for our use case. Our goal is to reduce the payload size to minimize data transfer from MongoDB atlas, thereby cutting costs.
Prerequisites
Issue
I want to use
zstd
compression lib on thecompressors
connection option but can not specify the level of the compression it should be from 1 to 22, I see that the default value for this compression is 3 on node-mongodb-native and it's a constant static value can not be specifiedThe text was updated successfully, but these errors were encountered: