Re: perfomance question

Поиск
Список
Период
Сортировка
От sad
Тема Re: perfomance question
Дата
Msg-id 200403190927.43971.sad@bankir.ru
обсуждение исходный текст
Ответ на Re: perfomance question  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: perfomance question  (Adam Ruth <aruth@intercation.com>)
Список pgsql-sql
On Thursday 18 March 2004 21:38, you wrote:
> Sad,
>
> > what are perfomance difference bitween
> > a)  update t1 set f1 = 'x', f2 = 'y';
> > b)  update t1 set f1 = 'x', f2 = f2;
> > c)  update t1 set f1 = 'x';
> > ?
>
> Not a lot.  Why don't you try it?

Really ! why ? :-)

I forgot to ask the second question:
How these updates affect a data storage ?
(does (b) cause physical update of f2 ?)




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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: perfomance question
Следующее
От: Adam Ruth
Дата:
Сообщение: Re: perfomance question