i already read some documentation and posts on memory store hashmap pages (what im using) and ordered data store pages, but there are some areas that aren’t very clear.
- how many key-value pairs can be stored in one page?
- why are my items being stored on random pages (1, 13, 18, 20) when i put them in the hash map?
- how many api calls does getting pages count as, and are they counted when you read the items on the page or when you get the pages?