Hi, >>With the SegmentMK it would also be possible (and a bit more >>efficient) to use multi-valued property containing all the referencing >>paths, as the underlying list implementation can scale to millions of >>entries with O(log n) updates. But a tree structure should also work >>fine. > >Nice! Unfortunately, the MongoMK implementation doesn't support this.
Sorry, to clairify: the MongoMK doesn't support very large multi-valued properties. It would need a tree structure. Regards, Thomas
