appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Bug]: Google Sheets query performance is slow

Open JetUni opened this issue 2 years ago • 1 comments

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

  1. Add a Google sheets query (banking transactions)
  2. Fetch many rows
  3. Add a filter where date IN an array of dates
  4. Add another filter where amount IN array of dates
  5. Run the query and see the slow performance

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Cloud

JetUni avatar Feb 16 '24 02:02 JetUni

@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

pranavkanade avatar Feb 16 '24 06:02 pranavkanade