Following a suggestion made to another question to store large amounts of text: can one use a CLOB as primary key field (i.e., from Java's DataNucleus implementation of JDO)?
I know it is probably a very bad idea to use a CLOB as a key, but I do need to use large text as a key on a one-shot operation.
