Hi Aditya
I vote for pagination, it would really be helpful for end users.
In addition to giving the user the ability to set page size, if he can also
select or enter what page he can jump to say 501, 990 etc it would be
helpful.
On Fri, Jun 28, 2024 at 3:44 PM Aditya Toshniwal <
aditya.toshni...@
😊 Sorry – I’ve never used it as infinite scroll, I always use “limit n” in my
queries (where n is tipically 10) just to develop and test my queries, and use
for larger datasets some scripting tool (like Go or Python).
I’ve tables with 2 bi rows, and forgetting to use “limit” is deadly slow.
I lov
Hi Edson,
The current implementation is infinite scroll. We're planning to
replace/improve it.
On Fri, Jun 28, 2024 at 6:48 PM Edson Richter
wrote:
> Infinite scroll usually consume a lot of memory, and generate additional
> overhead in case of copy data, export, etc. In my humble opinion, if