I’m curious about the implication of this in the stable_read
and stable_write
linked functions. I’d expect that data should be stored in a similar format to SQL pages for efficiently querying multiple data (pages) at the same time.
But, if there’s no bounded size for stable structures then data won’t be able to be grouped into pages and hence not have the ability to be queried in parallel.
I’m I missing something?
PS: Loosely related to this question from a year ago.