hexuxu110 commented on issue #2869:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2869#issuecomment-3279485301

   数据量:50亿边 50亿点
   硬件配置 300core  600g内存
   查询gremlin语句:
   g_rocksdb.traversal().V(a_uid).outE(edge_type as 
String[]).where(otherV().and(inE().limit(a_degree).where(otherV().where(values('country_code').is(eq(a_country)))).limit(2).count().is(gte(2)),or(where(hasNot('status')),has('status',without(dirty_status
 as 
String[]))))).aggregate('res').otherV().inE().where(without('res')).where(otherV().where(values('country_code').is(eq(a_country)))).limit(a_limit).aggregate('res').cap('res').unfold().bothV().dedup().limit(a_limit2).map(project('id','cntMap').by(id()).by(bothE(edge_type
 as 
String[]).groupCount().by(label()))).aggregate('cnt').cap('res').unfold().map(project('id','label','create_time','update_time').by(id()).by(label()).by(values('relation_create_time')).by(values('relation_update_time'))).aggregate('tree').fold().project('tree','cnt').by(cap('tree')).by(cap('cnt'))
   @dosu
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to