Difference between revisions of "Monitoring Solution"

Jump to navigation Jump to search
Line 129: Line 129:
We need to enable zstd compression, find wiredTiger block and edit it as followed :
We need to enable zstd compression, find wiredTiger block and edit it as followed :
<code>
<code>
storage:
dbPath: C:\Program Files\MongoDB\Server\6.0\data
  journal:
    enabled: true
  engine: wiredTiger
   wiredTiger:
   wiredTiger:
     collectionConfig:
     collectionConfig:
Line 214: Line 220:


We need to enable zstd compression, find wiredTiger block and edit it as followed :
We need to enable zstd compression, find wiredTiger block and edit it as followed :
<code>
<code>
storage:
dbPath: C:\Program Files\MongoDB\Server\6.0\data
  journal:
    enabled: true
  engine: wiredTiger
   wiredTiger:
   wiredTiger:
     collectionConfig:
     collectionConfig:
223

edits

Navigation menu