Skip to content
yojimbo87 edited this page Apr 18, 2013 · 2 revisions

Retrieving List<ORID> fields

Until the special use of linkset type parsing is implemented, driver won't load fields which are of linkset type (aka list of ORIDs). If this functionality is required, database must use the following setting in config/orientdb-server-config.xml file:

<properties>
    ...
    <entry value="-1" name="mvrbtree.ridBinaryThreshold"/>
</properties>
Clone this wiki locally