Re: change bigint column to int
От | Mariel Cherkassky |
---|---|
Тема | Re: change bigint column to int |
Дата | |
Msg-id | CA+t6e1mBZDs34MZt7jb01S09DwW9Lwqha--+5bSQmDCss8zXbg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: change bigint column to int (Evan Bauer <evanbauer@mac.com>) |
Ответы |
Re: change bigint column to int
|
Список | pgsql-admin |
I want to do it on a very big tables(100M records). Do you think that it will be slow ? I mean if I have an AccessExclusiveLock for a lot of time I cant just run a query and take my time until it finishes..
בתאריך יום ה׳, 1 בנוב׳ 2018 ב-13:55 מאת Evan Bauer <evanbauer@mac.com>:
Mariel,Just run a query and make certain that all values currently stored in the column fit in 4 bytes (+/- 2,147,483,648) before doing the ALTER.Cheers,EvanSent from my iPhoneHi,I want to change the column type from bigint to int to save space. By doing so, does it include some risks ? As I see it, I should only run vacuum full afterwards if I want to return space to the os right ?
В списке pgsql-admin по дате отправления: