Re: How to embed postgresql?

From: dror <dror_b(at)hotmail(dot)com>
To: <suanic(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to embed postgresql?
Date: 2009-06-16 06:02:16
Message-ID: COL119-W2A5260571A9CD743FE9CAF93F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


In addition to my last comment, if you are looking fior real embedded database then Postgress does not fit your needs unless you would like to work with it as Server mode.
With H2 (or Derby) you can work in Server mode or in embbedded mode and both are much suitable for Java applications.
Regards

Dror

From: dror_b(at)hotmail(dot)com
To: suanic(at)gmail(dot)com; pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] How to embed postgresql?
Date: Tue, 16 Jun 2009 05:56:09 +0000

If you are working with Java, it is better for you to check "H2 database", we also have Java application and until recently we worked with Postgres, few month ago we replaced it with H2.
Regards
Dror

Date: Tue, 16 Jun 2009 12:13:38 +0800
Subject: [HACKERS] How to embed postgresql?
From: suanic(at)gmail(dot)com
To: pgsql-hackers(at)postgresql(dot)org

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!

Many thanks!

Bruce


Hotmail® has ever-growing storage! Don’t worry about storage limits. Check it out.
_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-06-16 06:12:18 Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Previous Message dror 2009-06-16 05:56:09 Re: How to embed postgresql?