-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
We wish to minimise the impact on performance when not recording; we currently do some work before and during recordQuery before verifying if a recording is in progress.
We could either push that work into recordQuery, after the instance has been checked, or pull the check for the instance out (or add some other flag, and accept that some cases will find this flag doesn't accurately reflect the existence of a recording, when starting or stopping a recording).