Repeating AffiliationIDs
In the "Author" entity, List<uint> AffiliationID can contain many duplicates. This dramatically slows down query time.
From the example query below you can immediately see the Entity ID '1341412227' being repeated over 30 times--ridiculous.
{
"path": "/author",
"author": {
"type": "Author",
"match": {"DisplayAuthorName": "Chiao-Fe Shu"},
"select": [ "DisplayAuthorName", "AffiliationIDs" ],
"return": {}
}
}
1
vote

1 comment
-
Kai Yuu commented
This is in relation to the GraphSearch API, located at https://dev.labs.cognitive.microsoft.com/docs/services/56332331778daf02acc0a50b/operations/57e3569ddbe2d91158fa270e/console