Skip to content

[IMPROVEMENT] ilServer: Improve performance of `CommandQueue.addComma…#11469

Open
mjansenDatabay wants to merge 1 commit intoILIAS-eLearning:release_10from
mjansenDatabay:improvement/10/ilserver-command-queue-sql
Open

[IMPROVEMENT] ilServer: Improve performance of `CommandQueue.addComma…#11469
mjansenDatabay wants to merge 1 commit intoILIAS-eLearning:release_10from
mjansenDatabay:improvement/10/ilserver-command-queue-sql

Conversation

@mjansenDatabay
Copy link
Copy Markdown
Contributor

@mjansenDatabay mjansenDatabay commented Apr 24, 2026

…ndsByType`

This PR suggest letting the database do the work when calling addCommandsByType. Currently, the application code first selects the relevant tuples and then iterates over them to do the manipulation. This could be also achieved by atomic INSERT/SELECT statements.

See: https://mantis.ilias.de/view.php?id=47683

If approved, please pick this to all maintained branches.

@mjansenDatabay mjansenDatabay added improvement java Pull requests that update java code labels Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants