V
Size: a a a
V
YS
V
DS
V
V
guido_backend=> select count(*) from performed_actions where finished_at is null;
count
-------
15292
(1 row)
YS
FROM performed_actions AS pa
JOIN tasks AS t
ON t.uuid = pa.task_uuid
V
guido_backend=> select count(*) from performed_actions where finished_at is null;
count
-------
15292
(1 row)
guido_backend=> select count(*) from tasks where finished_at is null;
count
--------
419421
YS
guido_backend=> select count(*) from performed_actions where finished_at is null;
count
-------
15292
(1 row)
V
YS
V
DS
YS
YS
V
V
YS
V
YS