MySQL AI Release Notes
        
MySQL AI maintains several variables that configure its operation.
- 
Command-Line Format --bulk_loader.data_memory_size=#System Variable bulk_loader.data_memory_sizeScope Global Dynamic Yes SET_VARHint AppliesNo Type Integer Default Value (0.125) * #memory GBMinimum Value 67108864Maximum Value 1099511627776Specifies the amount of memory to use for LOAD DATAwithALGORITHM=BULK, in bytes. See: Section 3.1, “Bulk Ingest Data”.
- 
System Variable bulk_loader.concurrencyScope Global Dynamic Yes SET_VARHint AppliesNo Type Integer Default Value (1/2) * #vcpusMinimum Value 1Maximum Value 1024The maximum number of concurrent threads to use by one LOAD statement with ALGORITHM=BULK. See: Section 3.1, “Bulk Ingest Data”.