Re: multi billion row tables: possible or insane?

Поиск
Список
Период
Сортировка
От Jeff
Тема Re: multi billion row tables: possible or insane?
Дата
Msg-id 0ba53986bff9d72366213838353e459c@torgo.978.org
обсуждение исходный текст
Ответ на multi billion row tables: possible or insane?  (Ramon Bastiaans <bastiaans@sara.nl>)
Список pgsql-performance
On Mar 1, 2005, at 4:34 AM, Ramon Bastiaans wrote:
>
> What would be important issues when setting up a database this big,
> and is it at all doable? Or would it be a insane to think about
> storing up to 5-10 billion rows in a postgres database.
>

Buy a bunch of disks.
And then go out and buy more disks.
When you are done with that - go buy some more disks.
Then buy some ram.
Then buy more disks.

You want the fastest IO possible.

I'd also recommend the opteron route since you can also put heaping
gobules of ram in there as well.

> The database's performance is important. There would be no use in
> storing the data if a query will take ages. Query's should be quite
> fast if possible.
>

And make sure you tune your queries.

--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


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

Предыдущее
От: Ramon Bastiaans
Дата:
Сообщение: multi billion row tables: possible or insane?
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: multi billion row tables: possible or insane?