Bug #1309
Slow initial synchronization on a core with very long logs, plus connection loss
Status:
New
Priority:
Normal
Assignee:
-
Category:
Quassel Core
Target version:
-
Start date:
09/15/2014
Due date:
% Done:
0%
Estimated time:
Version:
0.10.0
OS:
Linux
Description
I’ve been using the same quassel core database for a few years, now, and the initial synchronization when connecting to the core got slower and slower over time. Nowadays it takes as much as 300s for the initial connection (shown then as Latency).
During this connection, it often loses connection to the IRC servers and reconnects afterwards.
My quassel-storage.sqlite has a size of 1003 MiB.
History
#1 Updated by mrjester over 9 years ago
I had the same issue. It was resolved by switching to Postgres as the backend.
#2 Updated by ArneBab over 8 years ago
mrjester wrote:
I had the same issue. It was resolved by switching to Postgres as the backend.
Maybe I’ll try that then. Thank you!