-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Speedup content cache flush by using cte in findAncestorNodeAggregateIds
#5261
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ee4ed2 - Browse repository at this point
Copy the full SHA 1ee4ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db7389 - Browse repository at this point
Copy the full SHA 4db7389View commit details -
WIP: remove hacky loop detection in
findAncestorNodeAggregateIds
by…… applying event in test directly
Configuration menu - View commit details
-
Copy full SHA for 127afd0 - Browse repository at this point
Copy the full SHA 127afd0View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18ea4ba - Browse repository at this point
Copy the full SHA 18ea4baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01a83f - Browse repository at this point
Copy the full SHA c01a83fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a644ee - Browse repository at this point
Copy the full SHA 1a644eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9801101 - Browse repository at this point
Copy the full SHA 9801101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c0b30 - Browse repository at this point
Copy the full SHA 16c0b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cdf712 - Browse repository at this point
Copy the full SHA 3cdf712View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 965cc34 - Browse repository at this point
Copy the full SHA 965cc34View commit details
Commits on Sep 27, 2024
-
TASK: Do not sort
findAncestorNodeAggregateIds
In the case of the content cache flusher we do not care about the order and ordering it by parentnodeanchor and position (for siblings) is slower and not even correct in all situations as the parentnodeanchor is just an autoincrement without meaning.
Configuration menu - View commit details
-
Copy full SHA for 947c398 - Browse repository at this point
Copy the full SHA 947c398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1f157 - Browse repository at this point
Copy the full SHA 5c1f157View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66c5513 - Browse repository at this point
Copy the full SHA 66c5513View commit details
Commits on Oct 23, 2024
-
Merge branch '9.0' into task/contentCacheFlusher-followup
Bernhard Schmitt committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for ed605bd - Browse repository at this point
Copy the full SHA ed605bdView commit details
Commits on Nov 4, 2024
-
TASK: Task rename alias in ancestor queries
`cn` should actually be named `ch` as it's joined as the child hierarchy relation
Configuration menu - View commit details
-
Copy full SHA for 2dbd3a0 - Browse repository at this point
Copy the full SHA 2dbd3a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902e08d - Browse repository at this point
Copy the full SHA 902e08dView commit details -
TASK: Optimise
findAncestorNodeAggregateIds
The query could be optimized a bit more (at least for deeper trees), if we join the node table only after we built the hierarchy. Co-authored-by: Denny Lubitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d75afc0 - Browse repository at this point
Copy the full SHA d75afc0View commit details