mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
Creating a record from the join cache is faster than getting a row from the engine (less and simpler code to execute). Added JOIN_CACHE_ROW_COPY_COST_FACTOR (0.5 for now) as the factor to take this into account. This is multiplied with ROW_COPY_COST. Other things: - Added cost of copying rows to hash join, similar to join_cache joins.
1.0 MiB
1.0 MiB