explicitly switch marksets for concurrent marking
this has very noticeable impact in initial marking time; it also allows us to get rid of the confusing ts monikers.
This commit is contained in:
+1
-1
@@ -304,7 +304,7 @@ func DefaultFullNode() *FullNode {
|
||||
Splitstore: Splitstore{
|
||||
ColdStoreType: "universal",
|
||||
HotStoreType: "badger",
|
||||
MarkSetType: "mapts",
|
||||
MarkSetType: "map",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user