Re: 110,000,000 rows

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: 110,000,000 rows
Дата
Msg-id D425483C2C5C9F49B5B7A41F8944154702962961@postal.corporate.connx.com
обсуждение исходный текст
Ответ на Re: 110,000,000 rows  (Thom Brown <thombrown@gmail.com>)
Ответы Re: 110,000,000 rows  ("Massa, Harald Armin" <chef@ghum.de>)
Список pgsql-general
> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of Thom Brown
> Sent: Wednesday, May 26, 2010 2:14 PM
> To: John Gage
> Cc: PostgreSQL - General
> Subject: Re: [GENERAL] 110,000,000 rows
>
> On 26 May 2010 21:29, John Gage <jsmgage@numericable.fr> wrote:
> > Please forgive this intrusion, and please ignore it, but how many
> > applications out there have 110,000,000 row tables?  I recently
> multiplied
> > 85,000 by 1,400 and said now way Jose.
> >
> > Thanks,
> >
> > John Gage
> >
>
> There's no reason why it can't have that many rows.  There's no limit
> on the number of rows for tables, only table sizes, which is limited
> to 32TB.  If you ever have a table that big though, you probably need
> to rethink your schema.

There really are domains that big, so that there is no more normalization or other processes to mitigate the problem.

Examples:
Microsoft's registered customers database (all MS products bought by any customer, including operating systems)
Tolls taken on the New Jersey road system for FY 2009
DNA data from the Human Genome Project
Protein data from the Protein Folding Project
The US Census bureau's Tiger/Line data
Online orders processed by Amazon.com
Cellular phone calls for t-Mobile for 2008
FedEx shipments worldwide in 2008

We work with mainframe data on a regular basis and files of that size are not really very unusual.  Expansion of data
isexponential over time.  We need to prepare for it.  Database systems that cannot handle the volume will be supplanted
bythose that can. 

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: 110,000,000 rows
Следующее
От: David Wilson
Дата:
Сообщение: Re: 110,000,000 rows