iFind Index With Relationship RowID Specification
Hi,
I try to implement an iFind index.
Here is my definition class :
The problem start when I add an Relationship in my indexed class, I end up with this error :
Here is my new defintion class:
and his relation :
How can i define the default RowID Specifications ?
Comments
Hi Guillaume,
iFind indices, like bitmap indices before, require a bitmap-friendly ID key (positive integer). When you make a table the child in a parent-child relationship, the underlying storage structure will use a composite key that therefore no longer satisfies the bitmap friendliness. We do plan to lift this limitation in a future release, as it's already the case for bitmap indices, but for now you'll have to review your schema and see if a one-to-many or (preferred) foreign key would work for you.
Thanks,
benjamin