sebastianliebscher opened a new pull request, #24147: URL: https://github.com/apache/superset/pull/24147
### SUMMARY This PR bumps to postgresql:15 image version in Dockerfile and GH workflows. From Postgres release [news](https://www.postgresql.org/about/news/postgresql-15-released-2526/): > In this latest release, PostgreSQL improves on its in-memory and on-disk [sorting](https://www.postgresql.org/docs/15/queries-order.html) algorithms, with benchmarks showing speedups of 25% - 400% based on which data types are sorted. Using row_number(), rank(), dense_rank(), and count() as [window functions](https://www.postgresql.org/docs/15/functions-window.html) also have performance benefits in PostgreSQL 15. Queries using [SELECT DISTINCT](https://www.postgresql.org/docs/15/queries-select-lists.html#QUERIES-DISTINCT) can now be [executed in parallel](https://www.postgresql.org/docs/15/parallel-query.html). ### TESTING INSTRUCTIONS `./scripts/tests/run.sh` and all CI jobs run successfully -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
