MSSQL Limit Issue #6550
-
When trying to query MSSQL, I guess it still use LIMIT 1000 as default addition to the query. It was resolved from this issue (issue5528) but not sure why it still persist now even my redash instance is the updated one right now |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Yeah, I've seen this happen with a customer's production instance as well, several months ago. The solution in that case was to patch the source, so that the 1000 limit row wasn't applied for any data source. That's fine for this particular customer, but obviously isn't what's needed for the "full and proper solution" for everyone. |
Beta Was this translation helpful? Give feedback.
-
I see. What part in the codebase should I modify to path this 1000 limit? not really familiar yet in where to look |
Beta Was this translation helpful? Give feedback.
-
Yes it worked too, luckily. I can already query without error in
limits..but not sure tho how can i adjust this for mssql only so once i
deployed in prod
|
Beta Was this translation helpful? Give feedback.
Yeah, I've seen this happen with a customer's production instance as well, several months ago.
The solution in that case was to patch the source, so that the 1000 limit row wasn't applied for any data source. That's fine for this particular customer, but obviously isn't what's needed for the "full and proper solution" for everyone.