Re: User concurrency thresholding: where do I look?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User concurrency thresholding: where do I look?
Дата
Msg-id 15685.1184895926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: User concurrency thresholding: where do I look?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: User concurrency thresholding: where do I look?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
>> Josh, what sort of workload is being tested here --- read-mostly,
>> write-mostly, a mixture?

> It's a TPCC-like workload, so heavy single-row updates, and the
> updates/inserts are what's being measured.  For that matter, when I've seen
> this before it was with heavy-write workloads and we were measuring the
> number of updates/inserts and not the number of reads.

Well, if the load is a lot of short writing transactions then you'd
expect the throughput to depend on how fast stuff can be pushed down to
WAL.  What have you got wal_buffers set to?  Are you using a commit
delay?  What's the I/O system anyway (any BB write cache on the WAL
disk?) and what wal sync method are you using?

While I'm asking questions, exactly what were the data columns you
presented?  Txn/User doesn't make much sense to me, and I'm not sure
what "response time" you were measuring either.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Improving select peformance
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: User concurrency thresholding: where do I look?