Skip to content

Plugin needs some optimisation to be used in large sites #40

@golenkovm

Description

@golenkovm

It's been found that the following SQL is smashing DB when minduplicates is set to 5:

SELECT contenthash, COUNT(contenthash)
FROM mdl_files
WHERE filearea <> ? AND (filearea <> ? OR component <> ?)
GROUP BY contenthash
HAVING COUNT(contenthash) >= $1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions