Re: Performance on Bulk Insert to Partitioned Table
От
Jeff Janes
Тема
Re: Performance on Bulk Insert to Partitioned Table
Дата
Msg-id
CAMkU=1zMNyCUMFGjsJM69FQbY9pYBr9jjW3c5jSe3vwABMudgQ@mail.gmail.com
Ответ на
Performance on Bulk Insert to Partitioned Table (Charles Gomes)
Список
Дерево обсуждения
Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Stephen Frost <sfrost@snowman.net>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Ondrej Ivanič <ondrej.ivanic@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Scott Marlowe <scott.marlowe@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
RES: Performance on Bulk Insert to Partitioned Table "Luciano Ernesto da Silva" <luciano@cpd.ufrgs.br>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Evgeny Shishkin <itparanoia@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Emmanuel Cecchet <cecchet@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Stephen Frost <sfrost@snowman.net>
Re: Performance on Bulk Insert to Partitioned Table Vitalii Tymchyshyn <tivv00@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Stephen Frost <sfrost@snowman.net>
Re: Performance on Bulk Insert to Partitioned Table Vitalii Tymchyshyn <tivv00@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Stephen Frost <sfrost@snowman.net>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Vitalii Tymchyshyn <tivv00@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Vitalii Tymchyshyn <tivv00@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Stephen Frost <sfrost@snowman.net>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Ali Pouya <alipouya2@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Ali Pouya <alipouya2@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Pavel Stehule <pavel.stehule@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Scott Marlowe <scott.marlowe@gmail.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Charles Gomes <charlesrg@outlook.com>
Re: Performance on Bulk Insert to Partitioned Table Jeff Janes <jeff.janes@gmail.com>
On Thu, Dec 20, 2012 at 9:29 AM, Charles Gomes wrote: > Hello guys > > > > I’m doing 1.2 Billion inserts into a table partitioned in > 15. > > > > When I target the MASTER table on all the inserts and let > the trigger decide what partition to choose from it takes 4 hours. > > If I target the partitioned table directly during the > insert I can get 4 times better performance. It takes 1 hour. How do you target them directly? By implementing the "trigger-equivalent-code" in the application code tuple by tuple, or by pre-segregating the tuples and then bulk loading each segment to its partition? What if you get rid of the partitioning and just load data to the master, is that closer to 4 hours or to 1 hour? ... > > > What I noticed that iostat is not showing an I/O bottle > neck. > > iostat –xN 1 > > Device: > rrqm/s wrqm/s r/s > w/s rsec/s wsec/s avgrq-sz avgqu-sz > await svctm %util > > Pgresql--data > 0.00 0.00 0.00 > 8288.00 0.00 66304.00 > 8.00 60.92 7.35 > 0.01 4.30 8288 randomly scattered writes per second sound like enough to bottleneck a pretty impressive RAID. Or am I misreading that? Cheers, Jeff
В списке pgsql-performance по дате отправления