Re: two memory-consuming postgres processes
От
Alexy Khrabrov
Тема
Re: two memory-consuming postgres processes
Дата
Msg-id
1F7A4C3D-C8A3-44BC-A324-E9BA409BB479@gmail.com
Ответ на
Re: two memory-consuming postgres processes (Greg Smith)
Список
Дерево обсуждения
two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Scott Marlowe" <scott.marlowe@gmail.com>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Scott Marlowe" <scott.marlowe@gmail.com>
Re: two memory-consuming postgres processes Tom Lane <tgl@sss.pgh.pa.us>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Scott Marlowe" <scott.marlowe@gmail.com>
Re: two memory-consuming postgres processes Craig James <craig_james@emolecules.com>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes PFC <lists@peufeu.com>
Re: two memory-consuming postgres processes Matthew Wakeling <matthew@flymine.org>
Re: two memory-consuming postgres processes Greg Smith <gsmith@gregsmith.com>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes "Merlin Moncure" <mmoncure@gmail.com>
Re: two memory-consuming postgres processes Greg Smith <gsmith@gregsmith.com>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
Re: two memory-consuming postgres processes Alexy Khrabrov <deliverable@gmail.com>
On May 2, 2008, at 2:23 PM, Greg Smith wrote: > On Fri, 2 May 2008, Alexy Khrabrov wrote: > >> I created several indices for the primary table, yes. > > That may be part of your problem. All of the indexes all are being > updated along with the main data in the row each time you touch a > record. There's some optimization there in 8.3 but it doesn't make > index overhead go away completely. As mentioned already, the > optimal solution to problems in this area is to adjust table > normalization as much as feasible to limit what you're updating. Was wondering about it, too -- intuitively I 'd like to say, "stop all indexing" until the column is added, then say "reindex", is it doable? Or would it take longer anyways? SInce I don't index on that new column, I'd assume my old indices would do -- do they change because of rows deletions/insertions, with the effective new rows addresses? Cheers, Alexy
В списке pgsql-performance по дате отправления