I use the data here, This data is in CSV format, and it has 41.7 million nodes and 1.47 billion relationships.
I’m sharing the converted RDF file now, and my schema:
id: int @index(int) .
followers: [uid] @reverse .
type twitter_user {
id: int
followers: [twitter_user]
}
I did three tests
The results show that the performance of the type function is poor.
And there’s another problem, when I run a query on the k8s cluster, the start_ts
returned is always the same.