Commit ef31c17
committed
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)1 parent f5523b2 commit ef31c17
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
0 commit comments