Re: A test to add to the crashme test - Mailing list pgsql-hackers

From Matthias Urlichs
Subject Re: A test to add to the crashme test
Date
Msg-id 20000523095829.G15817@noris.de
Whole thread Raw
In response to Re: A test to add to the crashme test  (Hannu Krosing <hannu@tm.ee>)
List 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 by date:

Previous
From: "Robert B. Easter"
Date:
Subject: Re: SQL3 UNDER
Next
From: Peter Vazsonyi
Date:
Subject: headers, who need to be installed