Limiting Size of Created Disk Temporary Files and Tables
MariaDB starting with 11.5
The ability to limit the size of created disk temporary files and tables was introduced in MariaDB 11.5.
Contents
-
Limiting Size of Created Disk Temporary Files and Tables Overview
From MariaDB 11.5, it's possible to limit the size of created disk temporary files and tables. -
max_tmp_session_space_usage System Variable
System variable for limiting the maximum total size of temporary file and temporary table usage. -
max_tmp_total_space_usage System Variable
System variable for limiting the max total size of temp file and table usage over all connections.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.