How can the query time be measured when executing the query (such as (between centralization, closeness centralization, .....) the execution time does not appear, i.e. when executing does not know how long it takes. with many thanks
In TigerGraph How can the query time be measured when executing the query?
115 views Asked by bahzad At
1
If it is OK to see the timing after the execution, try this:
and then you will see this in the result set:
Note: the lowest resolution is seconds. If you need better precision (or the code executes within less than a second), then try one of the following options:
time. This is best executed on the TigerGraph server to eliminate/reduce impact of network lag). E.g.