diff --git a/src/DurableTask.Netherite/StorageLayer/Faster/FasterKV.cs b/src/DurableTask.Netherite/StorageLayer/Faster/FasterKV.cs index cf3bf8d..9758823 100644 --- a/src/DurableTask.Netherite/StorageLayer/Faster/FasterKV.cs +++ b/src/DurableTask.Netherite/StorageLayer/Faster/FasterKV.cs @@ -587,7 +587,7 @@ namespace DurableTask.Netherite.Faster using (this.TrackTemporarySession(session)) { this.blobManager.TraceHelper.FasterProgress($"Compaction {id} is invoking FASTER's compaction routine"); - long compactedUntil = session.Compact(target, CompactionType.Scan); + long compactedUntil = session.Compact(target, CompactionType.Lookup); this.TraceHelper.FasterCompactionProgress( FasterTraceHelper.CompactionProgress.Completed,