I did some analysis for this.
Results for the actors query are good. The query was performed for 478936 actors.
{
me(_xid_: m.0f4vbz) {
type.object.name.en
film.actor.film {
film.performance.film {
type.object.name.en
}
}
}
}
https://plot.ly/~pawanrawal/24/actors-query/
The results are not as great as expected for the directors query. Protocol buffer performs well when number of entities are upto say 200 but for greater values it is debatable.
Here are results for the director query.(This query was performed with 98000 different directors)
{
me(_xid_: m.06pj8) {
type.object.name.en
film.director.film {
film.film.genre {
type.object.name.en
}
}
}
}
https://plot.ly/~pawanrawal/27/directors-query/
How do the results look @mrjn ?