Hey all,

Seems that there is no support for indexing on BLOBs (or first x Bytes of a 
BLOB) in h2. Given that I can add index on a prefix of the value in a 
column, I was hoping H2 also supports that.

In my case, I have an in mem test DB that will not reflect the production 
db.


  Caused by: org.h2.jdbc.JdbcSQLException: Feature not supported: "Index on 
BLOB or CLOB column: JOB_CONFIG MEDIUMBLOB"; SQL statement:

  CREATE INDEX job_config_idx ON workflow_target_event(job_config)


-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to