Oh of course - what I mean is let's say a user wants to enable a larger row limit, maybe even an infinite row limit. I'm trying to think of a way to implement within Superset a method for allowing that safely.
For example: if I enable a larger row limit and then give access to a few users, I want to prevent them from locking up the database by making large queries. There may be no way to do this though I understand that, but I was trying to think of any strategies that could make that work.