Depends on how large is a data set, specifically hot data, comparing to
available RAM, what is a heavy read load, and what are the latency
requirements.
2012/3/6 Maciej Miklas
> I've asked this question already on stackoverflow but without answer - I
> wll try again:
>
>
> My use case expects h
I've asked this question already on stackoverflow but without answer - I
wll try again:
My use case expects heavy read load - there are two possible model design
strategies:
1.
Tiny rows with row cache: In this case row is small enough to fit into
RAM and all columns are being cached.