-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[tree] TTreeCache is turned off when fAutoFlush == 0 #8713
Copy link
Copy link
Closed
Description
Describe the bug
Due to the logic in TTree::GetCacheAutoSize, if fAutoFlush == 0 then the size of the TTreeCache is set to 0 which in turn disables it.
However there are separate mechanisms to disable the TTreeCache if desired (e.g. TTree::SetCacheSize) and even if fAutoFlush == 0, when reading over the network, we can benefit greatly from TTreeCache's pre-fetching.
Additional context
Reactions are currently unavailable