Uh oh!
There was an error while loading. Please reload this page.
Use join instead of views - #8321
Conversation
f56421f to
91eef99CompareThis pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
ee2388b to
66bb65cCompareUh oh!
There was an error while loading. Please reload this page.
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Uh oh!
There was an error while loading. Please reload this page.
vishesh92
commented
Jan 3, 2024
@blueorangutan package |
blueorangutan
commented
Jan 3, 2024
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
vishesh92
commented
Jan 4, 2024
@blueorangutan package |
blueorangutan
commented
Jan 4, 2024
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 4, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8196 |
harikrishna-patnala
commented
Jan 9, 2024
@blueorangutan test matrix |
blueorangutan
commented
Jan 9, 2024
@harikrishna-patnala a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jan 9, 2024
[SF] Trillian test result (tid-8765)
|
blueorangutan
commented
Jan 9, 2024
[SF] Trillian test result (tid-8766)
|
vishesh92
commented
Jan 10, 2024
@blueorangutan package |
blueorangutan
commented
Jan 10, 2024
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
vishesh92
commented
Jan 11, 2024
@blueorangutan test matrix |
blueorangutan
commented
Jan 11, 2024
@vishesh92 a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Jan 11, 2024
[SF] Trillian test result (tid-8788)
|
blueorangutan
commented
Feb 7, 2024
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
weizhouapache
commented
Mar 13, 2024
@blueorangutan package |
yadvr
commented
Mar 14, 2024
@blueorangutan package |
blueorangutan
commented
Mar 14, 2024
@rohityadavcloud a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Mar 14, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8932 |
vishesh92
commented
Mar 14, 2024
@blueorangutan package |
blueorangutan
commented
Mar 14, 2024
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Mar 14, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8935 |
yadvr
commented
Mar 14, 2024
@blueorangutan test matrix |
blueorangutan
commented
Mar 14, 2024
@rohityadavcloud a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Mar 14, 2024
[SF] Trillian test result (tid-9482)
|
blueorangutan
commented
Mar 15, 2024
[SF] Trillian test result (tid-9483)
|
blueorangutan
commented
Mar 15, 2024
[SF] Trillian test result (tid-9484)
|
vladimirpetrov
commented
Mar 18, 2024
Tested on a simulator hypervisor, with a separate MS (4 CPUs, 8 GB RAM) and DB VM (8 CPUs, 16 GB RAM), using Apache Benchmark tool (ab), measuring mean response time from 100 executions per list operation. Number of resources: Results, mean time in milliseconds list hosts
list storage pools
list volumes
list volume metrics
list events
list instance metrics
|
vladimirpetrov
left a comment
There was a problem hiding this comment.
LGTM based on performance measurements with and without the patch
weizhouapache
commented
Mar 18, 2024
Merging based on approvals and CI/manual test results |
Description
To be merged after #8410 to ensure this doesn't break anything.
This PR contains changes similar to #8012 which is to directly query the tables and make required joins only when there is a requirement to filter on some other field. This will help reduce the query times and thus reduce load on the database as well.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?