Re: embedded postgresql - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: embedded postgresql
Date
Msg-id 4176861F.6000400@dunslane.net
Whole thread Raw
In response to Re: embedded postgresql  (drh@hwaci.com (D. Richard Hipp))
List pgsql-hackers

D. Richard Hipp wrote:

>Client/server database engines clearly have their place.  But they
>are not always the best solution to every data storage problem. 
>  
>

Nobody has suggested otherwise AFAICS. What we have suggested is that a 
client/server system is a bad place to start when looking for an 
embedded storage system.

Personally, I tend to use Postgres for client/server and BDB for 
embedded data management.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Possible make_oidjoins_check Security Issue
Next
From: Sailesh Krishnamurthy
Date:
Subject: Re: plans for bitmap indexes?