I strongly suggest postgresql over mysql. They both work file mysql has lots of quirks: max size of text fields, migrations need to be in their own transaction, ... once in a while I find a new one. Postgresql always does what one expect.
Massimo On Jun 11, 1:30 am, Fran <[email protected]> wrote: > On Jun 11, 6:42 am, durga <[email protected]> wrote: > > > I am developing a website with web2py and sqllite. I am expecting no. > > of users of the site would increase to 50k. My question is would the > > sqllite in web2py support for 50k users or I need to migrate to > > mysql. The database would contain user information, messages and some > > blogs. > > I would switch away from SQLite for that size of production use. > MySQL should be fine :) > > F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

