コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Offline compaction

Avatar

Level 4

Hi,

do you know if performing offline compaction from time to time in production environment can increase performance besides reducing disk occupation? If yes could you also explain why you gain performance?

Thank you,

Stefano

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

Hi Stefano,

this depends on the persistence you use. While on TarMK (given enough RAM do use mmap) the performance impact is quite small, it can be pretty huge on MongoMK because there the storage is structured differently. Holding all the (unused) versions impacts performance due to the amount of data transferred over the network or due to inefficient use of Mongo indexes and storage/RAM.

HTH,
Jörg

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee Advisor

Hi Stefano,

this depends on the persistence you use. While on TarMK (given enough RAM do use mmap) the performance impact is quite small, it can be pretty huge on MongoMK because there the storage is structured differently. Holding all the (unused) versions impacts performance due to the amount of data transferred over the network or due to inefficient use of Mongo indexes and storage/RAM.

HTH,
Jörg

Avatar

Level 4

We're using TarMK. So do you recommend to run offline compaction from time to time or daily online compaction is enough?

 

Thank you,

Stefano