-
Sunny Bains authored
Search for sub tree from the root node and then traverse the leaf nodes in each sub-tree in parallel. Invoke the specified callback for each record found.. Currently only non-locking SELECT COUNT(*) is supported and the second phase of CHECK TABLE ...; New configuration variables: --innodb-parallel-read-reads=1..256. Reviewed by Jimmy and Darshan RB#18821
Sunny Bains authoredSearch for sub tree from the root node and then traverse the leaf nodes in each sub-tree in parallel. Invoke the specified callback for each record found.. Currently only non-locking SELECT COUNT(*) is supported and the second phase of CHECK TABLE ...; New configuration variables: --innodb-parallel-read-reads=1..256. Reviewed by Jimmy and Darshan RB#18821
Loading