phovea/phovea_server

IDMapper maps every single ID separately

Opened this issue · 0 comments

Because some mappers were not able to preserve the order of incoming ids, id mapping was changed to map ids separately here: datavisyn/tdp_core#344

This however is causing performance issues for some mappers which would be able to preserve the id order.

We should therefore add a flag preserves_order in the mappers which can be used to allow bulk-operations.