You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use HasStandardAttributes as parent class for Tags DB model
Tags db model class had defined standard attribute relationship as
"subquery" which leads to massive number of SELECT sql queries to get
those standard attributes for any tag.
With this patch this db model will use relationship definition from the
HasStandardAttributes class which is the same for all models with
standard attributes and which is "joined" model.
Change-Id: If11288c89c362c8d6f97833d89b3df77e51ee363
(cherry picked from commit 85d3fff)
0 commit comments