This is a discussion on What is an Execution Plan ? within the Database Support forums, part of the Web Development category; What is an Execution Plan ? An execution plan is how the database engine actually retrieves the data from the database. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| What is an Execution Plan ? An execution plan is how the database engine actually retrieves the data from the database. When a SQL is used, execution plans can be re-used by different calls to the same statement. This results in faster query processing time because one less step is required to process the query. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can we increase the execution time of a php script? | sundarraja | PHP Programming | 0 | 02-01-2008 10:50 PM |
| anyone using the $1.99 plan? | kernell | The Lounge | 2 | 01-31-2008 01:26 AM |
| How can we increase the execution time of a php script? | Sabari | PHP Programming | 3 | 09-26-2007 09:23 AM |
| Determine execution time in PHP | bluesky | PHP Programming | 1 | 07-21-2007 01:40 AM |
| reducing the query execution time | kathir | Database Support | 1 | 07-19-2007 10:55 PM |