1000 utf8 characters take up at worst 3kB, but some strings (most, for some applications) will fit in about 1kB. So, for a "VARCHAR(1000) CHARSET UTF8 UNIQUE" some of the strings won't fit in the index, but many will. Would it be possible to refuse to INSERT such strings, rathe...