Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Core < Settings < Options ?
by
LoyceV
on 14/08/2024, 09:17:31 UTC
1. What is the function of the database cache in a non-pruned node?
Simply put: it reduces disk reads and writes. If you have loads of RAM the OS could handle read-cache, but the OS won't cache writes the way Bitcoin Core does when dbcache is large enough (larger than chainstate, currently about 12 GB).

Quote
Given plenty of non-volatile memory space, is there an ideal value?
[/quote]
This has nothing to do with non-volatile memory. How did you even come up with that?