Skip to content

Use _id as single unique index

Mikhail Karnevskiy requested to merge add_unique_field into develop

@tim.schoof

Having a unique index is essential for asapo logic. Currently, asapo creates index an every DB injection to ensure, that index exists. If _id is a single unique index, other indexes are important only for performance reason.

Merge request reports

Loading