Re: postgresql 8.3 tps rate
От
Greg Smith
Тема
Re: postgresql 8.3 tps rate
Дата
Msg-id
Pine.GSO.4.64.0901222247590.12661@westnet.com
Ответ на
Re: postgresql 8.3 tps rate (Alvaro Herrera)
Список
Дерево обсуждения
postgresql 8.3 tps rate Ibrahim Harrani <ibrahim.harrani@gmail.com>
Re: postgresql 8.3 tps rate "Joshua D. Drake" <jd@commandprompt.com>
Re: postgresql 8.3 tps rate Alvaro Herrera <alvherre@commandprompt.com>
Re: postgresql 8.3 tps rate Greg Smith <gsmith@gregsmith.com>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Greg Smith <gsmith@gregsmith.com>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Matthew Wakeling <matthew@flymine.org>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Craig Ringer <craig@postnewspapers.com.au>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Greg Smith <gsmith@gregsmith.com>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Ron Mayer <rm_pg@cheapcomplexdevices.com>
Re: postgresql 8.3 tps rate "M. Edward (Ed) Borasky" <znmeb@cesmail.net>
Re: postgresql 8.3 tps rate Claus Guttesen <kometen@gmail.com>
Re: postgresql 8.3 tps rate Merlin Moncure <mmoncure@gmail.com>
Re: postgresql 8.3 tps rate Ibrahim Harrani <ibrahim.harrani@gmail.com>
Re: postgresql 8.3 tps rate David Rees <drees76@gmail.com>
Re: postgresql 8.3 tps rate Craig James <craig_james@emolecules.com>
Re: postgresql 8.3 tps rate Ibrahim Harrani <ibrahim.harrani@gmail.com>
Re: postgresql 8.3 tps rate Craig James <craig_james@emolecules.com>
Re: postgresql 8.3 tps rate Merlin Moncure <mmoncure@gmail.com>
Re: postgresql 8.3 tps rate Greg Smith <gsmith@gregsmith.com>
Re: postgresql 8.3 tps rate Scott Marlowe <scott.marlowe@gmail.com>
Re: postgresql 8.3 tps rate Ibrahim Harrani <ibrahim.harrani@gmail.com>
Re: postgresql 8.3 tps rate Scott Marlowe <scott.marlowe@gmail.com>
Re: postgresql 8.3 tps rate Ibrahim Harrani <ibrahim.harrani@gmail.com>
On Thu, 22 Jan 2009, Alvaro Herrera wrote: > Also, I think you should set the "scale" in the prepare step (-i) at > least as high as the number of clients you're going to use. (I dimly > recall some recent development in this area that might mean I'm wrong.) The idea behind that maxim (clients>=scale) is that locking on the smaller tables will bottleneck resuls if you don't follow that advice. It's a bit messier than that though. Increasing the scale will also make the database larger, and once it gets bigger than available RAM your results are going to dive hard because of that, more so than the locking would have held you back. All kind of irrelevant for Ibrahim's case, because if you're not getting more than 50MB/s out of your disks the pgbench results are kind of moot anyway--there's a larger problem to sort out first. -- * Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD
В списке pgsql-performance по дате отправления