Skip to content

perf: Add index to select properties by name, path and user - #52175

Merged
AndyScherzinger merged 1 commit into
masterfrom
perf/properies-index-
Apr 16, 2025
Merged

perf: Add index to select properties by name, path and user#52175
AndyScherzinger merged 1 commit into
masterfrom
perf/properies-index-

Conversation

@juliusknorr

Copy link
Copy Markdown
Member

Signed-off-by: Julius Knorr jus@bitgrid.net

  • Resolves: #

Summary

TODO

  • ...

Checklist

@juliusknorr
juliusknorr requested a review from a team as a code ownerApril 14, 2025 11:35
@juliusknorr
juliusknorr requested review from nfebe, skjnldsv and yemkareems and removed request for a teamApril 14, 2025 11:35
@AndyScherzingerAndyScherzinger added this to the Nextcloud 32 milestone Apr 14, 2025
@juliusknorr
juliusknorrforce-pushed the perf/properies-index- branch from bfdfe07 to ec53664CompareApril 14, 2025 12:40
Signed-off-by: Julius Knorr <jus@bitgrid.net>
@AndyScherzinger
AndyScherzinger merged commit 85d2ee5 into masterApr 16, 2025
@AndyScherzinger
AndyScherzinger deleted the perf/properies-index- branch April 16, 2025 09:23
Comment threadcore/Application.php
);
$event->addMissingIndex(
'properties',
'properties_name_path_user',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

FYI the index will be missing for new installations. You could adjust \OC\Core\Migrations\Version13000Date20170718121200::changeSchema

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@nextcloud-botnextcloud-bot mentioned this pull request Aug 19, 2025
joshtrichards added a commit that referenced this pull request Feb 10, 2026
Added in #52175 but only to the missing indices listener. Resulted in new installations trigger warnings about database missing indices unnecessary. Signed-off-by: Josh <josh.t.richards@gmail.com>
backportbotBot pushed a commit that referenced this pull request Feb 19, 2026
Added in #52175 but only to the missing indices listener. Resulted in new installations trigger warnings about database missing indices unnecessary. Signed-off-by: Josh <josh.t.richards@gmail.com>
backportbotBot pushed a commit that referenced this pull request Feb 19, 2026
Added in #52175 but only to the missing indices listener. Resulted in new installations trigger warnings about database missing indices unnecessary. Signed-off-by: Josh <josh.t.richards@gmail.com>
chandrika1993 added a commit to chandrika1993/server that referenced this pull request Mar 10, 2026
Added in nextcloud#52175 but only to the missing indices listener. Resulted in new installations trigger warnings about database missing indices unnecessary.
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Chandrika Mohan <chandrikalov@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsfeature: databaseDatabase related DBperformance 🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@juliusknorr@AndyScherzinger@ChristophWurst@joshtrichards@skjnldsv