lekérdezéstervek
lekérdezéstervek (Hungarian for "query plans") are the sequences of operations a database management system (DBMS) decides to execute to retrieve data from a database. When a user or application submits a query, the DBMS doesn't immediately start fetching data. Instead, it employs a query optimizer, a component responsible for determining the most efficient way to execute the query. The query plan is the output of this optimization process.
A query plan outlines the specific access methods, join strategies, and order of operations that the DBMS
Different query plans can exist for the same SQL statement, and the optimizer selects the one it