Share socket from the mariadb container with the chainquery container via volumes then connect directly.
@nikooo777 mentioned in a slack message that we should be using mysql.socket via mysqldsn="lbry:PASSWORD@unix(/var/run/mysqld/mysqld.sock)/chainquery" in the Chainquery configurator start.sh
Using a direct socket connection will require testing but should vastly improve query speeds and security.
Share socket from the mariadb container with the chainquery container via volumes then connect directly.
@nikooo777 mentioned in a slack message that we should be using
mysql.socketviamysqldsn="lbry:PASSWORD@unix(/var/run/mysqld/mysqld.sock)/chainquery"in the Chainquery configurator start.shUsing a direct socket connection will require testing but should vastly improve query speeds and security.