Re: Calling conventions

Поиск
Список
Период
Сортировка
От Matthew Wakeling
Тема Re: Calling conventions
Дата
Msg-id alpine.DEB.2.00.0907211446070.19493@aragorn.flymine.org
обсуждение исходный текст
Ответ на Re: Calling conventions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Calling conventions
Список pgsql-performance
On Mon, 20 Jul 2009, Kevin Grittner wrote:
> Oh, well, if you load all the data into Java's heap and are accessing
> it through HashMap or similar, I guess a factor of 100 is about right.

No, that's not what I'm doing. Like I said, I have implemented the very
same algorithm as in Postgres, emulating index pages and all. A HashMap
would be unable to answer the query I am executing, but if it could it
would obviously be very much faster.

> I see the big difference as the fact that the Java implementation is
> dealing with everything already set up in RAM, versus needing to deal
> with a "disk image" format, even if it is cached.

The java program uses as near an on-disc format as Postgres does - just
held in memory instead of in OS cache.

Matthew

--
 Okay, I'm weird! But I'm saving up to be eccentric.

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

Предыдущее
От: Doug Hunley
Дата:
Сообщение: hyperthreaded cpu still an issue in 8.4?
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: hyperthreaded cpu still an issue in 8.4?