Re: PostgreSQL port to pure Java?

From: Shridhar Daithankar <shridhar_daithankar(at)myrealbox(dot)com>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL port to pure Java?
Date: 2003-12-11 06:50:08
Message-ID: 3FD813A0.3060102@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>> Not to mention it would kill PostgreSQL's current speedy performance!
>>
>>
> Maybe, maybe not. Modern JVMs have much better performance
> characteristics than was once the case. Also, some of the things that
> Java buys you (memory management, threading, for example) might actually
> enhance performance in some circumstances. A crude port wouldn't work,
> though - it would have to be done in such a way as to leverage the
> platform's strengths, just as we leverage the strengths of writing in C.
>
> The *big* problem would be keeping a Java port in sync with the base.
> That would make it almost impossible to do in a worthwhile way IMNSHO -
> the maintenance would be a nightmare.
>
> It would be an excellent student exercise, though :-)

Jokes and facts aside, I can't help it to think how better it would have been,
if postgresql was in C++. We could easily plug multiple implementations of
underlying subsystems without mucking much in base code..

Wild thought anyways..

Shridhar

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2003-12-11 07:43:34 Re: CSV hack
Previous Message Mark Kirkwood 2003-12-11 06:09:47 Re: Solaris Performance (Again)