Skip to content

RunningExampleEvaluation

Sara Pettinari edited this page Jan 27, 2026 · 5 revisions

Evaluation Results of the Running Example

This document presents evaluation outputs for the running example queries, considering only events belonging to the match n. 2575959.

Performances shows the execution time of each performed step and the number of processed nodes.


📌 Query 1

Query Step:

step1 = AggrStep(aggr_type="ENTITIES", ent_type= "playerId", group_by=["role"], 
        where=None, attr_aggrs=[])

📌 Query 2

Query Step:

step2 = AggrStep(aggr_type="EVENTS", ent_type= None, where=None, 
        group_by=[log.event_activity, "teamId","playerId"], 
        attr_aggrs=[AttrAggr(name=log.event_timestamp, function=AggregationFunction.MINMAX),
                    AttrAggr(name="matchId", function=AggregationFunction.MULTISET)])

Aggregated EKG

Aggregated EKG


Performances

Step #Init Events #Final Events #Init Entities #Final Entities Query Exec Time (s)
Step1 1613 1613 37 9 0.00207901001
Step2 1613 0 9 9 0.05628991127
Finalization 0 0 9 0 0.09806895256
Rel Inference 0 0 0 0 0.1035950184

Clone this wiki locally