Simple runtime question

I have a cloud function that gets all the assets on my database. Will the performance change if I run this with limit 20 and limit 2000?

Hi,

It depends on the server power, on how big the data is on those rows, for example if you save 10MB on every row it may not work with even a limit of 15.

1 Like