I have read references of cost of SQL statement everywhere in databases. What exactly does it mean? So this is the number of statements to be executed or something?
Cost is rough measure of how much CPU time and disk I/O server must spend to execute the query.
Typically cost is split into few components:
The cost is an arbitrary number that is higher if the CPU time/IO/Memory is higher. It is also vendor specific.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With