On Thu, 2009-08-06 at 15:04 +1200, Brenda Wallace wrote: > on the table "file" the column "url" is a varchar(255) > > for postgres, I can change this column to a type "text", and it's solved. > i understand mysql is really slow at handling "text" columns, so i'm > unsure if we can do the same there.
Mysql 5.0.3 and above allows for up to VARCHAR(65535). http://dev.mysql.com/doc/refman/5.0/en/char.html Best regards, Andreas _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
