Re: dataset columns method performance

2021-10-12 Thread Jeremy Evans
On Tue, Oct 12, 2021 at 2:40 PM cincy_kal wrote: > I just ran into an issue where I thought a query that was being > dynamically built was hanging. After checking the DB for the query, i don't > see any of the where clauses in the one that was hung. What I saw was: > `SELECT * FROM table_name LIM

dataset columns method performance

2021-10-12 Thread cincy_kal
I just ran into an issue where I thought a query that was being dynamically built was hanging. After checking the DB for the query, i don't see any of the where clauses in the one that was hung. What I saw was: `SELECT * FROM table_name LIMIT 1` So then I saw this conditional that had me wonderin