I searched the archives, and only found info relating to the proposal for v3.
I'd like to know how hard it would be to make "integer primary key" be 64 bits wide. I have and application that will burn through 2^32 in about 3 months in the main index table. I know I'll be well under the size limitation of 2^41 though. I don't need to be compatible with any existing databases. Thank you.