Hi all, 1. I see that Zotonic uses integer as id for auto-increment primary key in Postgres tables such as rsc, edge. Max value of an interger is 2147483647. Let's say I have a rather heavy traffic site that will allow members to insert 1000 pages per second continuously. Would I run out of number for id in about 25 days? 2. If #1 is true, how would I use bigserial as id in our Postgres schema?
Regards, David -- --- You received this message because you are subscribed to the Google Groups "Zotonic developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
