I have a table with a BINARY column that acts as a primary key. I want to
index this table for searching, but I obviously don't want it to index this
column. When I call "FT_CREATE_INDEX('PUBLIC', 'TEST', NULL)" on the table,
will it ignore the column because it's BINARY, or will it try indexing it?
I know I can specify a comma-delimited list of columns in the third
parameter. However, since this BINARY column acts as a primary key, I think
I need it in the indexed table so I can properly JOIN it to the original
table.
--
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 http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.