Re: A test to add to the crashme test

Поиск
Список
Период
Сортировка
От Matthias Urlichs
Тема Re: A test to add to the crashme test
Дата
Msg-id 20000523095829.G15817@noris.de
обсуждение исходный текст
Ответ на Re: A test to add to the crashme test  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Hi,

Hannu Krosing:
> > Voila, instant read/write concurrency, and instant transactions.
> But won't it slow them down ?
> 
Of course it will. That's why they make the Berkeley tables optional.

Their idea is that you use the Berkeley stuff for the tables which really
require transactions, HEAP tables for in-memory cache/temp/whatever,
and the standard MyISAM tables otherwise.

Real-world example: Your customers' account balance really should be
transaction safe, and all that. But not their address, or their
clicktrail through your online shop system.

-- 
Matthias Urlichs  |  noris network GmbH   |   smurf@noris.de  |  ICQ: 20193661
The quote was selected randomly. Really.       |        http://smurf.noris.de/
-- 
If people think nature is their friend, then they sure don't need an enemy.
 -- Kurt Vonnegut
 


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

Предыдущее
От: "Robert B. Easter"
Дата:
Сообщение: Re: SQL3 UNDER
Следующее
От: Peter Vazsonyi
Дата:
Сообщение: headers, who need to be installed