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
In memtries only the relatively small values are held in-line, whereas the larger ones need to be fetched from the underlying storage. There is currently no cache for these values, other than what rocksdb itself may have. So the performance characteristics between these two types of accesses may be very different.
It may make sense to have two different gas fees for these two different types of accesses, depending on how much difference there really is.
Description
In memtries only the relatively small values are held in-line, whereas the larger ones need to be fetched from the underlying storage. There is currently no cache for these values, other than what rocksdb itself may have. So the performance characteristics between these two types of accesses may be very different.
It may make sense to have two different gas fees for these two different types of accesses, depending on how much difference there really is.
cc @akhi3030 @shreyan-gupta
The text was updated successfully, but these errors were encountered: