On 12/22/07, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > > On Dec 21, 2007, at 1:44 PM, Kamil Kisiel wrote: > > > > > Since Trac 0.11 is just around the corner, we're looking at migrating > > our existing install and subversion repository to a new server running > > 0.11 > > > > I was just wondering if I would gain anything from switching to > > PostgreSQL from SQLite in this case? > > Yes, throughput. Postgres doesn't use (much) locking, so it can handle > far more concurrency than SQLite. In terms of raw speed though, there > isn't too much difference. > > --Noah >
+1 for postgres. I just made the switch and noticed a difference. The port isn't hard and is worth the effort. --jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
