Re: can't handle large number of INSERT/UPDATEs

Поиск
Список
Период
Сортировка
От Anjan Dave
Тема Re: can't handle large number of INSERT/UPDATEs
Дата
Msg-id 4BAFBB6B9CC46F41B2AD7D9F4BBAF7850985E1@vt-pe2550-001.vantage.vantage.com
обсуждение исходный текст
Ответ на can't handle large number of INSERT/UPDATEs  ("Anjan Dave" <adave@vantage.com>)
Список pgsql-performance
Ok, i was thinking from the disk perspective. Thanks!

    -----Original Message----- 
    From: Tom Lane [mailto:tgl@sss.pgh.pa.us] 
    Sent: Tue 10/26/2004 6:37 PM 
    To: Anjan Dave 
    Cc: Matt Clark; Rod Taylor; Postgresql Performance 
    Subject: Re: [PERFORM] can't handle large number of INSERT/UPDATEs 
    
    

    "Anjan Dave" <adave@vantage.com> writes: 
    > One thing I am not sure is why 'bi' (disk writes) stays at 0 mostly, 
    > it's the 'bo' column that shows high numbers (reads from disk). With so 
    > many INSERT/UPDATEs, I would expect it the other way around... 

    Er ... it *is* the other way around.  bi is blocks in (to the CPU), 
    bo is blocks out (from the CPU). 

                            regards, tom lane 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: can't handle large number of INSERT/UPDATEs
Следующее
От: Curtis Zinzilieta
Дата:
Сообщение: Re: can't handle large number of INSERT/UPDATEs