Re: Transaction Speed and real time database

Поиск
Список
Период
Сортировка
От Joerg Hessdoerfer
Тема Re: Transaction Speed and real time database
Дата
Msg-id 200607241204.10673.Joerg.Hessdoerfer@sea-gmbh.com
обсуждение исходный текст
Ответ на Re: Transaction Speed and real time database  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-hackers
Hi,

On Monday 24 July 2006 11:26, Csaba Nagy wrote:
> [snip]
>
> > OTOH, one has to be very careful to not mix terms here. In industrial
> > (production floor) applications, the term 'real time database' refers to
> > soemthing completely different than a relational, transactional DB.
>
> But "relational" and "transactional" are orthogonal, they don't
> imply/require each other... most of the "roadblocks" you mentioned
> (including vacuum) is part of postgres transactional design and a
> non-transactional DB won't have that overhead. Your input enforces my
> thinking that the transactionality of the DB is the real roadblock...
> which means postgres will never really be an RT application in the
> proper sense of the word.
>
[...]

Yes, the terms are orthogonal. But most relational databases I know of are 
also transactional - because it just makes sense.

The roadblocks I metioned were specific to PG. The storage manager is as it 
is, no way around it. So you need vacuum, you can have index growth, and you 
will have table space growth ;-)

Greetings,Jörg
-- 
Leiter Softwareentwicklung - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW:  http://www.sea-gmbh.com


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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Transaction Speed and real time database
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Adding a pgbench run to buildfarm