Skip to content
Snippets Groups Projects
Commit 61e4c181 authored by Stefan Froemken's avatar Stefan Froemken Committed by Nikita Hovratov
Browse files

[TASK] Use COUNT(*) in SchedulerTaskRepository

Counting by column name has to check against null
before. To speed up performance a little bit
we switch to COUNT(*).

Resolves: #100297
Releases: main
Change-Id: Ia19e34852bea634de6447c198865a00ed3cb81a2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78253


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarThomas Hohn <tho@gyldendal.dk>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarThomas Hohn <tho@gyldendal.dk>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
parent c19c5f07
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment