You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
最后我们将打印出本轮更新涉及到的 CC 数量,节点数量,以及本轮更新之前,该批次节点中,"最早的 CC 更新时间",以及 TigerGraph 系统当前时间。如果"最早的CC更新时间"与当前时间差异很小,说明数据库中所有节点的 `cc_size` 信息,都很新鲜,此时可以考虑降低该Query的调用频次,如果差异很大,则可以立马继续调用该 Query。
128
128
129
+
{% hint style="info" %}
130
+
注意到 query 中有两个参数,start\_date\_time 与 end\_date\_time,这两个参数用来筛选出在这个时间区间内创建的边,这样可以避免一个 CC 无限增长下去。
0 commit comments