perf: get all markdown files in one SQL query by CarlSchwan · Pull Request #8210 · nextcloud/text

Conversation

@CarlSchwan

📝 Summary

Requires nextcloud/server#57891

Directly get all markdown files from parent directory in one SQL query and then filter on it by name.

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

@CarlSchwan CarlSchwan changed the title perf: perf: get all markdown files in one SQL query

Jan 29, 2026
Directly get all markdown files from parent directory in one SQL query
and then filter on it by name.

Signed-off-by: Carl Schwan <carlschwan@kde.org>

Labels

1 participant

@CarlSchwan