Calendar-query takes long to process #1919
Unanswered
luhuec
asked this question in
Q&A general
Replies: 2 comments 1 reply
-
|
Check here (updated today): https://github.com/Kozea/Radicale/wiki/Performance-Tuning You can try to configure dedicated location for the caching file structure and use shared memory for that (will be rebuilded on system reboot). There are plans to collect and log some profiling data, but had no time for that so far. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@flesueur found another optimization, merged with #2002 Please check latest upstream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a radicale calendar with around 1.500 events. The following request is an example where I try to receive all events from November 2025:
The request takes over 50 seconds to finish. I see a lot of these logs in the radicale log files:
Since radicale stores events in a single file per event, it looks to me that radicale takes a lot of time to open all ~1.500 files to check the date range.
Is there a way to make the processing of such a query faster?
Beta Was this translation helpful? Give feedback.
All reactions