Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Mar 25, 2025

Backport of #51669

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot added 3. to review Waiting for reviews performance 🚀 labels Mar 25, 2025
@backportbot backportbot bot added this to the Nextcloud 30.0.9 milestone Mar 25, 2025
@marcelklehr marcelklehr force-pushed the backport/51669/stable30 branch 2 times, most recently from 2c65e6f to 1db2f15 Compare March 27, 2025 11:00
@marcelklehr marcelklehr marked this pull request as ready for review March 27, 2025 11:01
…equals

to improve performance by using the db index

Signed-off-by: Marcel Klehr <[email protected]>
@marcelklehr marcelklehr force-pushed the backport/51669/stable30 branch from 1db2f15 to 1f0241f Compare March 27, 2025 11:01
@provokateurin provokateurin enabled auto-merge March 27, 2025 13:29
@provokateurin provokateurin merged commit 85fa32a into stable30 Mar 27, 2025
189 of 199 checks passed
@provokateurin provokateurin deleted the backport/51669/stable30 branch March 27, 2025 13:31
@marcelklehr
Copy link
Member

🎉

$qb->expr()->eq('share_type', $qb->createNamedParameter(\OCP\Share\IShare::TYPE_REMOTE_GROUP))
)
);
->where($qb->expr()->eq('share_type', $qb->createNamedParameter([IShare::TYPE_REMOTE, IShare::TYPE_REMOTE_GROUP], IQueryBuilder::PARAM_INT_ARRAY)));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This eq should be in.

This is what breaks the performance job on stable30 PRs !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants