Open walldiss opened 1 year ago
Removing cache is not that easy because we have to rethink where we are calling close. Also, it makes serving shrex for new blocks less efficient
We could, however, disable cache for blockstore only, so that the cache is only used for shrex eds requests. But this will probably noticeably damage LN sampling performance
Implementation ideas
eds accessor cache is limited in size by 128 items. Based on observations of BN, evection rate from cache could be quite high:
Such high rate of cache eviction causes several issues:
Solutions: