Options

CompressionThreshold Compression Threshold

BeliasBelias Member Posts: 2,998
edited 2009-02-06 in NAV Three Tier
Specifies a threshold, in terms of memory
consumption, at which the NAV Server begins
compressing data sets.
Default: 65535.

...this is explanation in MOC manual...but i think i have not understood this very well...
does this mean that the data (e.g.: xml files used for pages etc.) will be compressed (something like zipped) when above 65535(KB?)?
can this feature generate performance overhead if the threshold is overcame?

p.s.: you can find this parameter in CustomSettings file
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog

Answers

  • Options
    Tom_CorneliusTom_Cornelius Member, Microsoft Employee Posts: 18
    That's correct - this applies to file transfer, reports, and datasets, etc. If above the threshold, the NST will use data compression to avoid the possibility of the client starving the server with long connection times. Of course, with larger datasets this will affect the performance of the server as more CPU cycles are spent compressing the data.

    BTW; the config file units are in KB, and the default value is 64, I believe.
    Tom Cornelius
    Test Lead
    Microsoft Dynamics NAV

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Options
    BeliasBelias Member Posts: 2,998
    you're right...so the moc is wrong...default value it's not 65535 (i think this is the maxvalue), but 64.
    thanks for the exhaustive reply
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.