Hacker News new | ask | show | jobs
by power 3127 days ago
Postgres has a query optimizer that uses Genetic Algorithms: https://www.postgresql.org/docs/current/static/geqo.html

Clarification: this is for planning how to execute a query, not for tuning the db settings

1 comments

Wow, did not know that. TIL!