Content
View differences
Updated by Jens Ulferts about 4 years ago
Some of the frequently updated tables i.e. `relations` need to have their primary key column `id` switched from `integer` to `bigint` to avoid an overflow. overflow.
* [x] Update [ ] Update the primary key type
* [x] Update [ ] Update the accompanying sequence
On a customer database, the primary key is at 1.4 \* 10 ^ 9 which is over half of what `integer` [supports](https://www.postgresql.org/docs/13/datatype-numeric.html)
* [x] Update
* [x] Update
On a customer database, the primary key is at 1.4 \* 10 ^ 9 which is over half of what `integer` [supports](https://www.postgresql.org/docs/13/datatype-numeric.html)