Skip to content

Initialize the migration of notes.id and dependant columns to bigint

The column notes.id is a 4-byte integer at risk of saturation, having grown from roughly 25% saturation a year ago to over 50% saturation now.

Timeline

This process needs to be started ASAP - exhausting this column would cause serious harm to the running application.

Process

Following the process outlined here, in %15.9 we must initialize the migration to bigint for notes.id and all dependent columns:

Edited by Krasimir Angelov