Storage needed
3.64
3.64 GB today, growing to 11.74 GB in 24 months. 4 indexes add 0.8 GB, which is 29% of the data before overhead. Each index stores a key and a row pointer for every row, so on narrow rows the indexes can exceed the table. At 5% monthly growth the table reaches 11.74 GB in 24 months, a factor of 3.2. Growth compounds, which is why the projection is so much larger than adding the monthly rate 24 times would suggest.
Share taken by indexes
28.6%
On indexes
4 indexes add 0.8 GB, which is 29% of the data before overhead. Each index stores a key and a row pointer for every row, so on narrow rows the indexes can exceed the table.
On growth
At 5% monthly growth the table reaches 11.74 GB in 24 months, a factor of 3.2. Growth compounds, which is why the projection is so much larger than adding the monthly rate 24 times would suggest.