Commit 8e36dde7 authored by Sergey Petrunya's avatar Sergey Petrunya

Better comments

parent 24044566
...@@ -69,6 +69,7 @@ class JOIN_TAB_SCAN; ...@@ -69,6 +69,7 @@ class JOIN_TAB_SCAN;
- Block Nested Loop (BNL) Join Algorithm, - Block Nested Loop (BNL) Join Algorithm,
- Block Nested Loop Hash (BNLH) Join Algorithm, - Block Nested Loop Hash (BNLH) Join Algorithm,
- Batched Key Access (BKA) Join Algorithm. - Batched Key Access (BKA) Join Algorithm.
The first algorithm is supported by the derived class JOIN_CACHE_BNL, The first algorithm is supported by the derived class JOIN_CACHE_BNL,
the second algorithm is supported by the derived class JOIN_CACHE_BNLH, the second algorithm is supported by the derived class JOIN_CACHE_BNLH,
while the third algorithm is implemented in two variant supported by while the third algorithm is implemented in two variant supported by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment