Re: Very large tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Very large tables
Дата
Msg-id 20081128154855.GB8993@alvh.no-ip.org
обсуждение исходный текст
Ответ на Very large tables  ("William Temperley" <willtemperley@gmail.com>)
Ответы Re: Very large tables  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Список pgsql-general
William Temperley escribió:

> I've been asked to store a grid of 1.5 million geographical locations,
> fine. However, associated with each point are 288 months, and
> associated with each month are 500 float values (a distribution
> curve), i.e. 1,500,000 * 288 * 500 = 216 billion values :).
>
> So a 216 billion row table is probably out of the question. I was
> considering storing the 500 floats as bytea.

What about a float array, float[]?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Getting back the autocast on non-character via CREATE CAST
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Trigger before delete does fire before, but delete doesn't not happen