We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Efficient use of database indices
circles_membership.PRIMARY and circles_membership.IDX_8FC816EAE7C1D92B cover single_id.
circles_membership.PRIMARY
circles_membership.IDX_8FC816EAE7C1D92B
single_id
This leads to unnecessary index maintanance, more storage consumption and buffer pool bottlenecks due to plan instability.
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version: 8.1/8.2/8.3
Nextcloud version: (see Nextcloud admin page)
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
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
Browser name: Firefox/Chrome/Safari/…
Browser version: 124/125/…
Operating system: Windows/Ubuntu/Mac/…
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:
No branches or pull requests
How to use GitHub
Steps to reproduce
Expected behaviour
Efficient use of database indices
Actual behaviour
circles_membership.PRIMARY
andcircles_membership.IDX_8FC816EAE7C1D92B
coversingle_id
.This leads to unnecessary index maintanance, more storage consumption and buffer pool bottlenecks due to plan instability.
Server configuration
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version: 8.1/8.2/8.3
Nextcloud version: (see Nextcloud admin page)
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox/Chrome/Safari/…
Browser version: 124/125/…
Operating system: Windows/Ubuntu/Mac/…
Browser log
The text was updated successfully, but these errors were encountered: