Another question: let's say I have a MapMapper that holds 50k+ keys and values. How to query all key-value pairs from outside of the contract? Can I somehow effectively export this data once? In classical backend app I would just use pagination and query them in batches. However, I am not sure that arbitrary order in map MapMapper will allow me to do it. Any hints?
Guys, I would appreciate any hints on reading large amounts of information from the contract storage. Are there any best practices?