For posterity, I wanted to note here that I had to make a few further adjustments to the server:
1, I increased the innodb_buffer_pool_size to 8GB, which is just shy of the total amount of RAM on this server
2. I had to add a swap disk, because some of the operations were taking upwards of 12GB of memory to complete, especially the “UPDATE” operations.