matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
6 stars 1 forks source link

dynamically adjust number of rows fetched at a time #33

Open diosmosis opened 8 months ago

diosmosis commented 8 months ago

Different reports will result in different row sizes, and after #4, different requests will result in different row sizes. For some requests, it will be more efficient to load a large number of rows at a time, while other reports would not support it.

It would be useful if the connector was able to dynamically adjust the rows fetched at a time if too large, and cache the number that works each request.