Re: [INTERFACES] Other JDBC Performance Question

Поиск
Список
Период
Сортировка
От Clark Evans
Тема Re: [INTERFACES] Other JDBC Performance Question
Дата
Msg-id 36F81ED9.FD1F83C3@manhattanproject.com
обсуждение исходный текст
Ответ на Other JDBC Performance Question  ("Frank Morton" <fmorton@base2inc.com>)
Список pgsql-interfaces
Frank Morton wrote:
> Is there any way to force the database to be RAM
> resident? Either with this package or something
> else?

Perhaps you could make a virtual drive, copy
over your database, and then point postgresql to
that database.

I would make two databases... the first one
is your 'transaction' database on the hard
drive, and the second one is a 'report' database
for frequent queries.

You can have a cron job update the report database
from the transaction database on a periodic basis.

Also, I'd take advantage of the opportunity and
de-normalize the reporting database to make
the queries even faster.

Just suggestions,

:) Clark

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

Предыдущее
От: Matthew
Дата:
Сообщение: Problem using Having in a sub-query wit the Count function.
Следующее
От: "Dalphin, Mark"
Дата:
Сообщение: RE: Other JDBC Performance Question