解释Cassandra系统表“ system_traces.events”中的“ source_elapsed”列

时间:2019-12-23 08:58:29

标签: database cassandra nosql datastax cassandra-3.0

https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cqlsh_commands/cqlshTracing.html上的文档为

Note: The source_elapsed column value is the elapsed time of the event on the source node in microseconds.

https://stackoverflow.com/a/18977513/1427872可以清楚地看到

source_elapsed is the cumulative execution time on a specific node

如果是这样,那么有人可以在下面的响应中向我解释IP 54.14.18.199在1521之后的值为6吗? system_traces.events Response

注意:为了安全起见,IP地址已重命名

1 个答案:

答案 0 :(得分:0)

那些行不是由同一个请求生成的。您可以通过查看 event_id 列看到这一点。

顺便说一句,我希望您不要使用公共 IP 将集群暴露给 Internet。