You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database can use idx_card_participant for queries with card_id and participant but also just with card_id. Hence maintaining deck_assigned_users_idx_c too is wasted database load. Same idea goes for deck_board_acl_uq_i and deck_board_acl_idx_i.
The additional maintenance is only a problem if the two tables have lots of INSERT and DELETEs or the indexed columns change value. Else this is not a big issue.
To Reproduce
Steps to reproduce the behavior:
Intall the app
Expected behavior
Efficient database index usage.
Screenshots
If applicable, add screenshots to help explain your problem.
Client details:
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version 26 prod/29 dev
Device: [e.g. iPhone6, desktop]
Server details
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Logs
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
How to use GitHub
Describe the bug
The database can use idx_card_participant for queries with card_id and participant but also just with card_id. Hence maintaining deck_assigned_users_idx_c too is wasted database load. Same idea goes for deck_board_acl_uq_i and deck_board_acl_idx_i.
The additional maintenance is only a problem if the two tables have lots of INSERT and DELETEs or the indexed columns change value. Else this is not a big issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Efficient database index usage.
Screenshots
If applicable, add screenshots to help explain your problem.
Client details:
Server details
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
Signing status:
List of activated apps:
Nextcloud configuration:
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Logs
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: