Re: PostgreSQL Read IOPS limit per connection

2018-12-27 Thread Jeff Janes
> > > *Performance issue:* > > I’m trying to figure out if PostgreSQL (PG) has some inherent limit on > IOPS per connection. > > Running pgbench with multiple clients (-c 30) we are able to see 20K+ IOPS > , which is what we expect. But, if we use just one client, we get 1200 > IOPS, avg disk

Re: PostgreSQL Read IOPS limit per connection

2018-12-27 Thread Haroldo Kerry
Justin, Thanks for the quick response, I'll check it out. Happy holidays, Haroldo Kerry On Thu, Dec 27, 2018 at 2:55 PM Justin Pryzby wrote: > On Thu, Dec 27, 2018 at 02:44:55PM -0200, Haroldo Kerry wrote: > > PostgreSQL 9.6.10 on x86_64-pc-linux-gnu (Debian 9.6.10-1.pgdg80+1), > > > Connected

Query Performance Issue

2018-12-27 Thread neslişah demirci
Hi everyone , Have this explain analyze output : *https://explain.depesz.com/s/Pra8a * Appreciated for any help . *PG version* --- PostgreSQL 9.6.11 on

Re: PostgreSQL Read IOPS limit per connection

2018-12-27 Thread Justin Pryzby
On Thu, Dec 27, 2018 at 02:44:55PM -0200, Haroldo Kerry wrote: > PostgreSQL 9.6.10 on x86_64-pc-linux-gnu (Debian 9.6.10-1.pgdg80+1), > Connected to SAN: Dell Compellent SC2020, with 7 x Samsung PM1633 SSDs > https://www.samsung.com/us/labs/pdfs/collateral/pm1633-prodoverview-2015.pdf, >

PostgreSQL Read IOPS limit per connection

2018-12-27 Thread Haroldo Kerry
*PG Version:* PostgreSQL 9.6.10 on x86_64-pc-linux-gnu (Debian 9.6.10-1.pgdg80+1), compiled by gcc (Debian 4.9.2-10+deb8u1) 4.9.2, 64-bit *Installed via apt-get:* apt-get install -y postgresql-9.6=9.6.10-1.pgdg80+1 postgresql-client-9.6=9.6.10-1.pgdg80+1 postgresql-contrib-9.6=9.6.10-1.pgdg80+1