Re: benchmarking effective_io_concurrency

2019-07-22 Thread Merlin Moncure
On Mon, Jul 22, 2019 at 1:42 AM Fabio Pardi wrote: > > Hello, > > > I recently spent a bit of time benchmarking effective_io_concurrency on > Postgres. > > I would like to share my findings with you: > > https://portavita.github.io/2019-07-19-PostgreSQL_effect

Re: benchmarking effective_io_concurrency

2019-07-22 Thread Fabio Pardi
Hi Rick, thanks for your inputs. On 22/07/2019 14:06, Rick Otten wrote: > > > > You didn't mention what type of disk storage you are using, or if that > matters. I actually mentioned I m using SSD, in RAID 10. Also is mentioned I tested in a no-RAID setup. Is that what you mean? The num

Re: benchmarking effective_io_concurrency

2019-07-22 Thread Rick Otten
On Mon, Jul 22, 2019 at 2:42 AM Fabio Pardi wrote: > Hello, > > > I recently spent a bit of time benchmarking effective_io_concurrency on > Postgres. > > I would like to share my findings with you: > > > https://portavita.github.io/2019-07-19-PostgreSQL_effect

benchmarking effective_io_concurrency

2019-07-21 Thread Fabio Pardi
Hello, I recently spent a bit of time benchmarking effective_io_concurrency on Postgres. I would like to share my findings with you: https://portavita.github.io/2019-07-19-PostgreSQL_effective_io_concurrency_benchmarked/ Comments are welcome. regards, fabio pardi