Max rows in database to run querry?

Is there some limit of how many rows u can have in database tu run querry? I have table with 1 000 000 rows and 14 columns and if i run querry, retool just die and i need to restart it all.

Thanks

What type of database are you running? Indexing may help

1 Like

There isn't a strict limit to how many rows Retool can process though 1,000,000 is very likely to overload your browser. To piggyback off of Scott's response - here are some docs we have on server-side pagination that might help!