MySQL Architecture

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • Get 60% OFF on the Complete Course - MySQL High-Performance Guide Course
    www.udemy.com/course/mysql-hi...
    MySQL has a layered architecture, with query execution on top, and storage engines underneath.
    The goal of this section was to understand how MySQL executes queries, so that we can write better ones, based on educated decisions.
    Executing a query includes several steps, of which the optimizer, and execution steps, are the most important, and are ones that you will learn more about, in later sections.
    0:00 MySQL Logical Architecture
    2:22 MySQL Client/Server Protocol
    3:59 The parser and the preprocessor
    5:24 The Query Optimizer
    8:15 The Query Execution Engine
    8:45 Returning Results to the Client
  • Наука та технологія

КОМЕНТАРІ • 8

  • @secularph8424
    @secularph8424 2 роки тому +4

    You earned a subscriber,
    This channel is a gem

  • @PetBuddies
    @PetBuddies Рік тому +1

    Excellent video
    thanks a lot

  • @graceman999
    @graceman999 5 місяців тому

    I like your pronunciation! also the explanation is quite clear

  • @ranvijaymehta
    @ranvijaymehta Рік тому +1

    Thank you so much for the update!

  • @majedsedky6084
    @majedsedky6084 2 роки тому +1

    COULD YOU SHARETHE PPT PLZ

  • @forceofphoenix
    @forceofphoenix Рік тому +1

    Good video 👍

  • @charlesstepp129
    @charlesstepp129 2 роки тому

    Right to the meat and potatoes. Good.