SQL Optimization
Query optimization is the process of choosing the most efficient means of executing a SQL statement.
dell emc training courses malaysia
The database optimizes queries based on statistics collected about the actual data being accessed. The optimizer uses the number of rows, the size of the data set, and other factors to generate possible execution plans, assigning a numeric cost to each plan. The database uses the plan with the lowest cost.
comptia training courses malaysia
The database must perform a hard parse at least once for every unique DML statement and performs optimization during this parse. DDL is never optimized unless it includes a DML component such as a subquery that requires optimization.
citrix training courses malaysia
Comments
Post a Comment