You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single shared cache for txstore, history, and cache DBs instead of
per-DB caches. --db-block-cache-mb now controls the total cache size.
Eliminates wasted allocation on the tiny cache_db and lets txstore
and history claim cache proportional to actual usage via LRU eviction.
0 commit comments