Table{
key1 blob,
key2 blob,
primary key(key1,key2)
}
Using blob as primary key and clustering column throws error while insert,
InvalidQueryException: Key length of XXX is longer than maximum of 65535
Anyway to alter the key length or better way to sort out this?