Closed kadyb closed 4 years ago
Thanks. It is great that you created the benchmarks. Based on them, my opinion is:
orto_request()
could internally filter the database based on the provided arguments.WHERE clause removed from orto_request
in cf0c9c0 and dbc64a7.
It's strange, but for elevation data, the SQL and R side query are equally fast (no time difference). This is probably a bug on the GUGiK services.
I implemented WHERE SQL clause in
orto_request
. However, this is much slower than filtering on R client side.Removing the WHERE clause will have three advantages:
@Nowosad what do you think?