Particle infra: do we need to paginate? #188

Open
opened 2026-04-29 18:34:52 +00:00 by talksik · 0 comments
talksik commented 2026-04-29 18:34:52 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.