Skip to content

Possibly switch to inner joins in some places

feld requested to merge inner-joins into develop

Inner joins are expected to be more performant than outer (left/right) joins. These seem to pass tests just fine and are not harming my ability to run Pleroma.

Am I overlooking something?

Merge request reports