Skip to content

WIP: Object id column experiments

lain requested to merge object-id-column into develop

This normalizes the id fields in objects and the object_id field in activities. This is an experiment to see if this helps with query performance, as the join on two jsonb indexes probably confuses the planner.

Merge request reports