by Markus Winand.

Getting an Execution Plan


SQLite offers two different levels of execution plans: (1) the machine code for the virtual machine; (2) the high level query plan.

This tutorial shows the second variant only.

EXPLAIN QUERY PLAN

You can prefix any arbitrary SQL command by explain query plan to retrieve the query plan (instead of running the query).

EXPLAIN QUERY PLAN
SELECT RANDOM()

This minimalistic example returns the following execution plan:

QUERY PLAN
`--SCAN CONSTANT ROW

About the Author

Photo of Markus Winand

Markus Winand provides insights into SQL and shows how different systems support it at modern-sql.com. Previously he made use-the-index-luke.com, which is still actively maintained. Markus can be hired as trainer, speaker and consultant via winand.at.

Buy his Book

Cover of “SQL Performance Explained”: Squirrel running on grass

The essence of SQL tuning in 200 pages

Buy now!
(paperback and/or PDF)

Paperback also available at Amazon.com.

Hire Markus

Markus offers SQL training and consulting for developers working at companies of any size.
Learn more »

Do not use offset for pagination

Learn why

Visit my sibling!A lot changed since SQL-92!

The Use The Index, Luke! mug

Stickers, coasters, books and coffee mugs. All you need for learning.

Shop now

Connect with Markus Winand

Markus Winand on LinkedInMarkus Winand on XINGMarkus Winand on Twitter
“Use The Index, Luke!” by Markus Winand is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
Legal | Contact | NO WARRANTY | Trademarks | Privacy and GDPR | CC-BY-NC-ND 3.0 license