Re: PostgreSQL future ideas - Mailing list pgsql-hackers

From Ron Mayer
Subject Re: PostgreSQL future ideas
Date
Msg-id 48D93F3F.4030905@cheapcomplexdevices.com
Whole thread Raw
In response to PostgreSQL future ideas  ("Gevik Babakhani" <pgdev@xs4all.nl>)
List pgsql-hackers
Gevik Babakhani wrote:
> Has there been any idea to port PG to a more modern programming language
> like C++? Of course there are some minor obstacles like a new OO design,
> this being a gigantic task to perform and rewriting almost everything etc...
> I am very interested to hear your opinion.

Gevik, of course you're free to fork the project and try this yourself.

I'd caution you that neither OO nor C++ are particularly "modern"
(Stroustrup's objects-on-C work dates back to the 1970's).  And that
of the OO languages, C++ is one of the worst in terms of OO capabilities.

If your theory favoring a "modern" language is thinking that this'll
give you efficiencies (either in development time or runtime), you
might consider Erlang instead.  It's Functional and Concurrency and
Fault Tolerance oriented features would IMHO be more useful for large
reliable servers than anything C++ has to offer.



pgsql-hackers by date:

Previous
From: Charlie Savage
Date:
Subject: 8.3 .4 + Vista + MingW + initdb = ACCESS_DENIED
Next
From: Joshua Drake
Date:
Subject: Re: parallel pg_restore