Re: Berkeley DB license
| От | Benjamin Adida |
|---|---|
| Тема | Re: Berkeley DB license |
| Дата | |
| Msg-id | B54824F9.40B9%ben@mit.edu обсуждение |
| Ответ на | Berkeley DB license ("Michael A. Olson" <mao@sleepycat.com>) |
| Список | pgsql-hackers |
on 5/16/00 9:57 AM, Michael A. Olson at mao@sleepycat.com wrote: > The group is interested in multi-version concurrency control, so that > readers never block on writers. If that's genuinely critical, we'd > be willing to see some work done to add it to Berkeley DB, so that it > can do either conventional 2PL without versioning, or MV. Naturally, > we'd participate in any kind of design discussions you wanted, but > we'd like to see the PostgreSQL implementors build it, since you > understand the feature you want. I don't think this point has been made strongly enough yet: readers never blocking writers AND writers never blocking readers are *critical* to any serious web application. It is one of the main reasons (besides marketing) why Oracle crushed Informix and Sybase in the web era. Oracle solves this problem using its rollback segments to pull out old data (sometimes resulting in the nasty "snapshot too old" error if a transaction is trying to pull out data so old that it has been removed from the rollback segment!), and Postgres uses MVCC (which is much cleaner IMHO). As a user of databases for web applications only, I (and many others looking to Postgres for a serious Open-Source Oracle replacement) would be forced to completely drop Postgres if this (backwards) step were taken. If you love gory details about this web & locking stuff, check out http://photo.net/wtr/aolserver/introduction-2.html (search for Postgres and read on from there). -Ben
В списке pgsql-hackers по дате отправления: