Aurora Serverless alter table Error 1114 table is full
1
vote
1
answer
1360
views
Using Aurora Serverless, when attempting to
alter table mytable add column mynewcolumn decimal(10,3) after myoldcolumn
I receive "ERROR 1114 (HY000): The Table 'mytable' is full". The table has hundreds of millions of rows. Normally this error results from a full partition, but since I'm using Aurora Serverless, I can't manually provision partition space. What should I do to avoid this error?
Asked by enharmonic
(203 rep)
Oct 4, 2019, 02:56 PM
Last activity: Jul 3, 2025, 06:06 PM
Last activity: Jul 3, 2025, 06:06 PM