scaling postgres

Поиск
Список
Период
Сортировка
От Chris Withers
Тема scaling postgres
Дата
Msg-id 55BF0FE9.6040000@simplistix.co.uk
обсуждение исходный текст
Ответы Re: scaling postgres
Список pgsql-general
Hi All,

I'm curious if there are recommendations for scaling postgres to what,
for me, seems like "a lot" of data...

The app in question currently writes around 1.5 billion rows into a
table before rolling them up into tables that have a few million roll up
rows each. That 1.5 billion row table is emptied and refilled each day,
so we're talking about quite high write as well as quite high read.
Where can I find could examples/docs of how to scale postgres for this
kind of data load? What sort of hardware would I be looking to spec?

Okay, now this app may well eventually want to progress to storing those
1.5 billion rows per day. Is that feasible with postgres? If not, what
storage and processing solutions would people recommend for that kind of
data load?

cheers,

Chris


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Lots of stuck queries after upgrade to 9.4
Следующее
От: Jony Cohen
Дата:
Сообщение: Re: scaling postgres