Re: Berkeley DB license

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: "Michael A(dot) Olson" <mao(at)sleepycat(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Berkeley DB license
Date: 2000-05-16 16:19:00
Message-ID: 200005161619.MAA16888@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Tue, 16 May 2000, Michael A. Olson wrote:
>
> > Rather than replacing just the storage manager, you'd be replacing
> > the access methods, buffer manager, transaction manager, and some
> > of the shared memory plumbing with our stuff.
>
> So, basically, we rip out 3+ years or work on our backend and put an SQL
> front-end over top of BerkleyDB?

Well, if we look at our main componients,
parser/rewrite/optimizer/executor, they stay pretty much the same. It
is the lower level stuff that would change.

Now, no one is suggesting we do this. The issue is exploring what gains
we could make in doing this.

I would hate to throw out our code, but I would also hate to not make
change because we think our code is better without objectively judging
ours against someone else's.

In the end, we may find that the needs of a database for storage are
different enough that SDB would not be a win, but I think it is worth
exploring to see if that is true.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikheev, Vadim 2000-05-16 16:26:28 RE: Berkeley DB license
Previous Message The Hermit Hacker 2000-05-16 16:08:07 Re: Problems with the new Majordomo 2.