select ProductKey, ProductName
from [Products]
- ProductKey int, 4Byte
- ProductName nvarchar(25), 52Byte(25*2+2)
- Row Count = 1000000
- Cache Size
- Cache Size Of Partial Cache Mode = 95MB = ((4 + 52) + 36 + (4 * 2)) * 1000000 / 1024 / 1024
- Cache Size Of Full Cache Mode = 80MB = ((4 + 52) + 20 + (4 * 2)) * 1000000 / 1024 / 1024
讒.. 襷..