How to Make Rough Estimates of SQL Queries
databases

How to Make Rough Estimates of SQL Queries

https://hackernoon.com

Each database runs a query through the standard process (with some deviations depending on dB implementation): Syntax parsing Semantic parsing Planning Executing. The most time-consuming part is usually executed only because the database must go to disk, get some data and send it to the client.

Andrey SundukovFeb 9, 2023

Comments

What is your opinion about the article?
0 / 160
Share
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!