kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

Provide edge count matching given criteria. #136

Open SteamShon opened 8 years ago

SteamShon commented 8 years ago

Currently, s2graph only provide total number of edges. It is up to users to count number of edges that satisfied their criteria(various where cluase can be possible).

It would be better to provide efficient counting edge option on query.

SteamShon commented 8 years ago

I am looking at KeyOnlyFilter. think it can be used to increase performance.