"paravirtualized scsi vs lsi logic" recommended for my VM vmware for Kubernetes on Linux?

Hello! I am creating my VM in VMware and I will be working with a web application with MySQL. I want to use Minikube, but I am unsure whether the best option to maximize performance with Docker (and later use Kubernetes) is the LSI Logic disk type or Paravirtualized SCSI. Could someone recommend one of these two options?

VMware VM — Paravirtualized SCSI (PVSCSI) is generally the better choice for maximum disk I/O performance , especially when running workloads like databases or containers. It’ll give you the best disk performance, which is important when you’re running containers and databases, both of which perform frequent disk I/O operations.

Thank you so much for the help. I’ll definitely include it in my MV then. Best regards.