Re: Are there some additional postgres tuning to improve performance in multi tenant system

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Are there some additional postgres tuning to improve performance in multi tenant system
Дата
Msg-id 52BE9FC6.4060105@catalyst.net.nz
обсуждение исходный текст
Ответ на Are there some additional postgres tuning to improve performance in multi tenant system  (ankush upadhyay <ankush.upadhyay@gmail.com>)
Ответы Re: Are there some additional postgres tuning to improve performance in multi tenant system  (ankush upadhyay <ankush.upadhyay@gmail.com>)
Список pgsql-performance
On 28/12/13 18:19, ankush upadhyay wrote:
> Hello All,
>
> I am using multi tenant system and doing performance testing of multi
> tenant application. In case of single tenant it is working fine but once
> I enable tenants, then some time database servers not responding. Any clue?
>

It is a bit tricky to tell without any relevant information (e.g schema
description). But a likely culprit would be a missing index on the
relevant 'tenant_id' type field in each table that you are using to
distinguish the various tenant datasets.

Regards

Mark


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

Предыдущее
От: ankush upadhyay
Дата:
Сообщение: Are there some additional postgres tuning to improve performance in multi tenant system
Следующее
От: ankush upadhyay
Дата:
Сообщение: Re: Are there some additional postgres tuning to improve performance in multi tenant system