Re: moving from MySQL to pgsql

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: moving from MySQL to pgsql
Дата
Msg-id k5b8bg$82h$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на moving from MySQL to pgsql  (Vineet Deodhar <vineet.deodhar@gmail.com>)
Ответы Re: moving from MySQL to pgsql
Список pgsql-general
On 2012-10-11, Vineet Deodhar <vineet.deodhar@gmail.com> wrote:

> To give an example, I have tables for storing master records (year master,
> security master, etc.) for which pkid TINYINT is just sufficient.
> These pkid's are used as fk constraints in tables for storing business
> transactions.
> The no. of rows in business transactions tables is in millions.
> Here, I NEED to worry about the storage space occupied by the pkid fields.

with disk at about 50c/Gigabyte why is it you need to worry?


--
⚂⚃ 100% natural

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: moving from MySQL to pgsql
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: non-integer constant in ORDER BY: why exactly, and documentation?