Introduction to Storage Engines
Storage Engines
Databases are modular systems and consist of multiple parts:
Transport layer accepting requests
A query processor to determine the most efficient way to run queries
An execution engine carrying out the operations
A storage engine
...
zahere.com2 min read