cmu-delphi/delphi-epidata
Improve handling of queries beyond the row limit
Aberta
#1.020 aberto em 1 de nov. de 2022
code healthhelp wantedrefactor
Métricas do repositório
- Stars
- (104 estrelas)
- Métricas de merge de PR
- (Mesclagem média 63d 20h) (11 fundiu PRs em 30d)
Description
Previously, we would process a full query until it hit the limit and then just return nothing to the user
Then I added a LIMIT clause, but in an unintuitive place
- The LIMIT addition should probably be in the QueryBuilder object.
The row counting might be obsolete since the LIMIT query should handle that (cc @melange396 to confirm).Update: the row counting in the printer is needed when dealing with multiple SQL queries; interestingly, these are only used in non-covidcastendpointsrun_queryprobably doesn't need thep: APrinterthen.