Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
When loading a MUC room for the database, its history is obtained from the table ofMucConversationLog. This is rather slow on larger instances. This is very noticable on ignite’s server, where paging through the admin console takes a long, long time.
Environment
None
Activity
Show:
Guus der Kinderen October 12, 2022 at 6:57 AM
Two fixes:
add database index to speed up SELECT query
add content to history in bulk, to reduce acquiring/releasing of locks.
When loading a MUC room for the database, its history is obtained from the table
ofMucConversationLog
. This is rather slow on larger instances. This is very noticable on ignite’s server, where paging through the admin console takes a long, long time.