, , , , , ?
, CourseRef TopicRef, , . "Ref" , . , : Tag\CourseRef...\TopicRef...
Thus, with the tag and the course, you create the Key Tag \ CourseRef and execute the ancestral request , which gives you the set of keys that you can get. This is very fast, because in fact it is direct access, and this should process large lists of courses or topics without list properties.
This method will require you to use the DataStore API to some extent. As you can see, this gives an answer to a specific question, and the model will not be useful for other types of Set operations.
source
share