Simon wrote:
Hi There,
It looks like we have reached the Max_data_length for the
dbmail_messageblks table, this is currently 4294967295 (which is 4GB
im gussing - which is about right). From the mysql docs, this can be
easliery solved by running:
ALTER TABLE tbl_name MAX_ROWS=1000000000 AVG_ROW_LENGTH=nnn;
But before i do this, im just wondering if there is anyone out there
who has done this before, and it there was any issues/TFYPs in doing
so?
Just wanted to ask that is there a similar kind of problem with PgSQL?
I'd rather fix it now than after the migration...
--
br,
Tommi