Particle infra: do we need to paginate? #188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For streams, we currently load all particles for the stream. Should we load a count and current index and then only load the particles that are nearest? Or have pagination so only show a few bars and then one color bar that indicates that there are more pages?
For now, maybe we are fine with loading all, and we won't have any performance issues with our current product? No need to optimize for some outlier case of running out of memory here or reducing costs?
We should assess this holistically, especially how we will need it for more tools like quests and folders of files.