Re: Acclerating INSERT/UPDATE using UPS

Поиск
Список
Период
Сортировка
От Hideyuki Kawashima
Тема Re: Acclerating INSERT/UPDATE using UPS
Дата
Msg-id 6de6f670702110742m489b1b33jae953b680b405c0e@mail.gmail.com
обсуждение исходный текст
Ответ на Acclerating INSERT/UPDATE using UPS  (Hideyuki Kawashima <kawasima@cs.tsukuba.ac.jp>)
Список pgsql-hackers
Andrew,

Your experience is really informative. Thanks for giving me such a
really precious information. Since I am a researcher, I rarely faces
on real troubles.

Andrew, I agree with you. UPS is not reliable all the time.
On the other hand, however, disks or raids are also not reliable all the time.
Moreover, on the earth, there is NO device which completely assures
durability of the ACID transaction property. Even if disks and power
supplies are perfect, the system would be destroyed by an earthquake
(thus, disaster recovery techniques are recently popular). Thus I
think the problem is not in a device. It is in the management of
system administrators. (However, this is just my opinion and it is not
objective one required by large questionnaire).

On the other hand, speed is required. My first motivation of this work
is a friend of mine who is working at a financial firm. He strongly
required performance of UPDATE/INSERT on the database servers in his
company (the database was a major commercial product). I think in such
a rich environment, strong power management facilities may be expected
though this is just my one thought).

In summary, I think the problem lies in system management rather than
device itself.

Regards,

-- Hideyuki


J. Andrew Rogers wrote:
>
> On Feb 10, 2007, at 9:33 PM, Christopher Browne wrote:
>> The fundamental trouble with this mechanism is that a power outage can
>> instantly turn a database into crud.
>>
>> One may try to mitigate that problem by supporting the memory device
>> with multiple power supplies *and* multiple UPSes.
>
>
> Ask me about the time a year ago that I had a 24x7 database, with two power supplies connected to two UPSes on
independentmains circuits, dropped dead because one UPS was overloaded (more than one server connected to it,
apparentlytoo much) and the other UPS was simply dead (undetected zombie UPS), when a catastrophic power failure killed
bothof the generator backed mains circuits.
 
>
> I wasn't pleased, but it happened nonetheless.  A UPS is not a 100% guarantee of anything.  They fail more often than
theyshould.  No amount of paranoia guarantees uptime.
 
>
> That said, I see plenty of use for loosening restrictions on databases where the contents do not matter and a little
lossis acceptable.
 
>
> Cheers,
>
> J. Andrew Rogers
> jrogers@neopolitan.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>
>


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [BUGS] Missing error message on missing ssl-key-files
Следующее
От: "Hideyuki Kawashima"
Дата:
Сообщение: Re: Acclerating INSERT/UPDATE using UPS