appsmith
appsmith copied to clipboard
[Bug]: Google Sheets query performance is slow
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When I query Google Sheets for rows matching a certain criteria with filter on a sheet that has 17,000+ rows, the query takes around 20+ seconds to complete. What I expect is for the query to take much less time by filtering in a more performant way
Steps To Reproduce
- Add a Google sheets query (banking transactions)
- Fetch many rows
- Add a filter where date IN an array of dates
- Add another filter where amount IN array of dates
- Run the query and see the slow performance
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Cloud
@JetUni could you please try adding pagination? That's the ideal way to build a webpage with lots of records. - https://docs.appsmith.com/connect-data/how-to-guides/filter-data-google-sheet#server-side-pagination