We can use a `StreamReader` to walk the B-Tree in different Goroutines. Read the B-Tree for each branch spawn a Goroutine to read each leaf.
We can use a
StreamReaderto walk the B-Tree in different Goroutines.Read the B-Tree for each branch spawn a Goroutine to read each leaf.