← Topic index

Topic

Data

1 piece of work and writing on this site touch data.

DecisionHow do you query a billion-row transaction table without falling over?Bound every access by a key range, keep the access path matched to an existing index, and stop treating COUNT(*) as free.