Re: How to embed postgresql?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: How to embed postgresql?
Дата
Msg-id 4A3730BB.3020400@agliodbs.com
обсуждение исходный текст
Ответ на How to embed postgresql?  (Bruce YUAN <suanic@gmail.com>)
Список pgsql-hackers
On 6/15/09 9:13 PM, Bruce YUAN wrote:
> Dears,
> How to embed postgresql if possible?
> In our Java application solution, we need an embedded database. Berkeley
> DB can not meet our reqirements in performance and license, so we wish
> to port postgresql as embedded database.
> Architecture: Java -> JNI -> the API is wrapped from Plan/Executor modules
> What's the feasibility? If it's possible, look for your coaching!

PostgreSQL is an enterprise database, not an embedded database.

I suggest that you check out two other databases:
1. SQLite
2. Apache Derby

... either of which should suit your needs better than PostgreSQL.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: change do_tup_output to take Datum arguments rather than cstring
Следующее
От: dror
Дата:
Сообщение: Re: How to embed postgresql?