Let's see if I've got this right, you want 4,294,967,296 rows, right? What sort of computer do you plan to run this on?
There are various places that explicitly use 32 bit integers, so this many rows probably would not even work in principle. In practice, going beyond a million is probably pressing your luck. Morten