bchapuis commented on issue #931: URL: https://github.com/apache/incubator-baremaps/issues/931#issuecomment-2630537350
Yes, the changes mainly consisted in simplifications performed in the following file: https://github.com/apache/incubator-baremaps/blob/main/baremaps-core/src/main/java/org/apache/baremaps/tilestore/postgres/PostgresTileStore.java The query optimizer of postgres used to perform poorly on complex spatial queries and we were initially parsing and rewriting them. The query optimizer improved a lot recently (postgres 15+) and the SQL queries generated by the PostgresTileStore are now similar to what baremaps-exporter does. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
