I have a WordPress based application which has to accommodate very long post titles. Do I understand correctly that the WP post title is limited by the actual VARCHAR column type (65,535 bytes for MySQL after 5.0.3) and such long titles will not affect the performance?
I just made some preliminary tests and it seems that long titles are not an issue, does anyone know any adverse effects ?
(note: please note this is not a typical blog site, the WP is used as a custom CMS in this case)
I guess I am going to answer my own question unless someone proves me wrong.