-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include stats in the response to map instantiation requests #664
Comments
hey @CartoDB/engine this is one to pick up as soon as possible to progress vector rendering |
Feature stats for Maps-APIWe need to gather the number of vertex a layer has in order to send to the client where it's going to decide if renders using vector or raster Node-windshaft
WindshaftWe should include this new stats in every layer. This place looks a good place for it. PerformanceOne of the most concerning issue is the performance. We don't want to penalize our current situation by including a new query to calculate the number of vertex of a layer so we're going to need:
We could check if the stats are available and use it like [here] |
Ready for CR: |
Is this blocked by CartoDB/cartodb-postgresql#301? Or do we have any other reason to not merge/release this? |
Nop, the postgresql issue is not blocking the release. We're waiting for the smoke tests to pass in order to release it. |
Nobody reported anything related to this in the smoke tests, so... 🚀 (unless @donflopez has something to say) |
Required for CartoDB/cartodb#11783.
For now, we just need to know the number of vertexes of all the layers in the "layer group".
cc: @rochoa
The text was updated successfully, but these errors were encountered: