Zach Liu

Results 56 comments of Zach Liu
trafficstars

are we talking about https://github.com/getredash/redash/issues/78? it's been 10 years and still open :grin:

well i remember differently :man_shrugging: as https://github.com/getredash/redash/issues/78 indicates, redash never has the capability of dealing with `select * from big_table` of all the redash versions i have used (from `v0.7.0`...

if you're using aws, you can always set a maximum-returned-rows on the db side. we set 200k as the limit, whenever the query results exceed 200k, the db cancels the...

then i suggest "monitoring + education + training". a couple of years ago we had the same problem: inexperienced people doing `select * from big_table` bringing down the whole service....

> @zachliu this commit should not have 15 commits... compare with master and try `git push -f` again @eradman apologize, i must have clicked the silly "sync fork" button :sweat_smile:...

@eradman Sure, I can create a separate PR. However, the whole point of this change is to improve the user experience by helping users quickly identify query authors. Both `making...