mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
perf: Add index to select properties by name, path and user
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
3e5a3063ae
commit
a8328b06d6
1 changed files with 5 additions and 0 deletions
|
|
@ -183,6 +183,11 @@ class Application extends App {
|
|||
'properties_pathonly_index',
|
||||
['propertypath']
|
||||
);
|
||||
$event->addMissingIndex(
|
||||
'properties',
|
||||
'properties_name_path_user',
|
||||
['propertyname', 'propertypath', 'userid']
|
||||
);
|
||||
|
||||
|
||||
$event->addMissingIndex(
|
||||
|
|
|
|||
Loading…
Reference in a new issue