Skip to content
  • Sunny Bains's avatar
    dbfc59ff
    WL#11720 - InnoDB: Parallel read of index · dbfc59ff
    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
    dbfc59ff
    WL#11720 - InnoDB: Parallel read of index
    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
Loading