InterviewSolution
Saved Bookmarks
| 1. |
What does GEQO stands for in PostgreSQL? |
|
Answer» In PostgreSQL, GEQO stands for Genetic Query Optimization. It allows the PostgreSQL search QUERY optimizer to SUPPORT LARGE joined QUERIES in an effective manner using a non-exhaustive search technique. |
|