Re: Berkeley DB license

Поиск
Список
Период
Сортировка
От Michael A. Olson
Тема Re: Berkeley DB license
Дата
Msg-id 200005201658.JAA36228@triplerock.olsons.net
обсуждение исходный текст
Ответ на Re: Berkeley DB license  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
At 12:14 AM 5/20/00 -0400, Bruce Momjian wrote:

> We have shared buffers that are mapped into the address space of each
> backend. [ ... ] 
> I wonder how SDB performs such file scans.

Berkeley DB is an embedded toolkit, and works hard to provide mechanism
in place of policy.  That is to say, you can request memory-mapped
access to database files, or you can use a shared memory buffer cache.
We give you the tools to do what you want.  We try not to force you to
do what we want.

We don't do query processing, we do fast storage and retrieval.  Query
planning and optimization, including access path selection and buffer
management policy selection, get built on top of Berkeley DB.  We offer
a variety of ways, via the API, to control the behavior of the lock,
log, shmem, and transaction subsystems.
                mike



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Performance (was: The New Slashdot Setup (includes MySql server))
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: -devel-7.0-1.rpm: Still missing a lots of headers