In MySQL 8.0.18, a new Hash Join function was added, which is applicable to fields that are not indexed and can perform equal-value association queries. In previous versions, if the connected fields were not indexed, the query speed would be very slow and the optimizer would use the BNL (block nested) algorithm. The Hash Join algorithm stores the data of a small table in a hash table in memory, matches the data in the large table row by row, calculates the hash value, and returns the qualified data from the memory to the client. Use sysbench to generate four tables and delete the default k-field index. We can use However, the current version 8.0.18 only supports join. Left join and right join are invalid, please note this. Summarize The above is what I introduced to you about the MySQL 8.0.18 Hash Join not supporting left/right join. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How does WeChat Mini Program obtain user information and user phone number at the same time
>>: Solution to ElementUI's this.$notify.close() call not working
MySQL reports an error when executing multi-table...
<br />In general guestbooks, forums and othe...
Docker provides multiple networks such as bridge,...
Table of contents 1. Project Description: 2. Proj...
This article example shares the specific code of ...
All tags must be lowercase In XHTML, all tags must...
effect: The GROUP_CONCAT function can concatenate...
I often see some circular wave graphics on mobile...
Zabbix server environment platform ZABBIX version...
Through JavaScript, we can prevent hyperlinks fro...
I started learning MySQL recently. The installati...
Table of contents 1. Learning Objectives 1.1. Mas...
constraint Constraints ensure data integrity and ...
Table of contents Standard execution process opti...
Table of contents 1. Select All 2. Increase or de...