SQLite Forum

select in order
Login
Write speed to persistent media is not Moore Law...

Even today's SSD *seek time* is around 0.1 ms, according to Wikipedia.  
Just compute the energy necessary to power the CPU and Disk necessary  
to do all those writes (a stagering number), and you can see we're unlikely  
to see one of those int64 integers *wrap around* in our lifetimes.

There are way more things to worry out that such 64-bit wrap arounds!