Computer-Science

Query Optimization

๊ฐ€์žฅ cost-effective ํ•œ ๋‚ด์šฉ์œผ๋กœ plan์„ ์งœ์„œ execution ํ•œ๋‹ค.

Incremental View Maintenance

Use of Selectives in Cost-Based Optimization

Displaying the systemโ€™s query execution plan

EXPLAIN PLAN FOR <SQL query>
EXPLAIN PLAN SELECTION [additional options] FOR <SQL-query>
SET SHOWPLAN_TEXT ON or SET SHOWPLAN_XML ON or SET SHOW PLAN_ALL ON

Mysql EXPLAIN

์ฐธ๊ณ  : [MySQL] ์‹คํ–‰๊ณ„ํš (explain) ๋ณด๋Š”๋ฒ•


References

  1. Fundamentals of Database Systems 7th Edition by Ramez Elmasri, Shamkant B. Navathe.
  2. [MySQL] ์‹คํ–‰๊ณ„ํš (explain) ๋ณด๋Š”๋ฒ•