Saw it, thanks! - Marc
> On 01 Mar 2017, at 03:51, David Tran <[email protected]> wrote: > > Github issue is submitted at #1623 > <https://github.com/zotonic/zotonic/issues/1623>. > > Regards, > David > > On Tuesday, February 28, 2017 at 4:37:29 PM UTC+7, Marc Worrell wrote: > Good question. > > The initial datamodel we are working with is from 2009. > Back then there were quite some 32 bit machines, now replaced with 64 bits. > > For all core modules it is quite straightforward to replace int with bigint. > It needs some work on other, external, modules. > But that could be done bit by bit. > > Maybe you could add an issue on GitHub? > Then we can take the discussion there. > > - Marc > >> On 28 Feb 2017, at 08:08, David Tran <[email protected] <javascript:>> wrote: >> >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > > --- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- --- 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.
