Skip to Content
0
Aug 01, 2023 at 04:16 AM

Index are not getting created

92 Views Last edit Aug 01, 2023 at 04:20 AM 2 rev

Hi All,

We are using SAP HANA as database. And what we noticed that Indexes are not getting created in DB until they are marked as unique.

Like for point 1 Index is getting created however for 2nd case Index is not getting created. Any resolution?

V2205 and V6.7 same issue. However in local HSQL DB all indexes are present

1 ) <index name="version_idx" unique="true">
<key attribute="code"/>
<key attribute="version"/>
</index>
</indexes>
2) <index name="EmailIDCustom_IDX">
<key attribute="attachmentUid"/>
</index>