Is Aria Used for Your Temporary Tables? (MariaDB)



Is Aria Used for Your Temporary Tables? (MariaDB)

Is Aria Used for Your Temporary Tables? (MariaDB)

In this MariaDB server tutorial we’ll walk you through the mariadb server variable called “aria_used_for_temp_tables”

This MariaDB server variable deals with temporary tables – temporary sql tabels are tables that are often created once we run an important sql operation.
Temporary tables are a part of life of every DBA.
MariaDB Server provides us with an option to indicate whether to use a crash-safe version of MyISAM (Aria) for those tables.
To make use of this option, use “aria_used_for_temp_tables.”
This variable has two available options: “ON” & “OFF.”
The default value is ON. If this parameter is set to OFF, MariaDB server will use MyISAM for temporary tables.
No matter what this variable is set to, the MariaDB server will use the MEMORY storage engine where appropriate.

If you came across such a sql interview question in your next sql interview, know the answer.

Music:
Help Me by Spiring https://soundcloud.com/user-57630131
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/3PrrAX1
Music promoted by Audio Library https://bit.ly/3ErXT1F

#database #sql #developer #web #reels #shorts #mysql #interview