Hacker News new | ask | show | jobs
by sokoloff 2968 days ago
It’s quadratic, not exponential. For N versions, you have prices:

  N * (N + 1) / 2
It is likely that you could reduce to something approaching an upper bound of 2*N, as with version 8 out, you can drop support for a discounted upgrade from v2 to v4.
1 comments

I stand corrected!