Hello Steve, I had read about MongoDB for a project that I had in mind... When I see your thread first question come to mind is why porting relational database to mongo... In mongo you will have to design your database in a much different way then in and relational engine in order to make some benefit from it. As far as I understand you end in having much less tables as it the key to improve the speed of the back end...
So I am not sure why you try to simply migrate an actual database design into mongo... Richard On Sun, Sep 24, 2017 at 7:42 PM, 黄祥 <[email protected]> wrote: > *Code:* > auth.add_permission(auth_user_id_1, "impersonate", "auth_user", > auth_user_id_2) > *Error:* > ... > OverflowError: MongoDB can only handle up to 8-byte ints > there was a ticket 2 years ago, but still occured, tested in web2py 2.15.4 > *ref:* > https://github.com/web2py/pydal/issues/223 > > best regards, > stifan > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

