Copy link
Copy Markdown
Contributor
When writing the code, I got lazy and thought it would be fast enough to use separate queries per frame/rigs. This can be done with a single query by joining the rigs/rig_sensors and frames/frame_data tables.Supersedes #3386.
Copy link
Copy Markdown
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just two minor potential issues that could break if SQL stops sorting rows or if the receiver of the moved objects modifies them.