Comment 3 for bug 476711

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

This report will be closed as won't fix since the improvement that can be done is not significant and, as mentioned in the previous comment, adding a new dependency to ubuntuone-client can be tedious.

The bottleneck on syncdaemon startup is, in fact, the loading of metadata, as it can be seen in the logs:

2010-03-10 11:52:14,697 - ubuntuone.SyncDaemon.fsm - INFO - loading updated metadata
2010-03-10 11:52:52,937 - ubuntuone.SyncDaemon.fsm - INFO - initialized: idx_path: 191, idx_node_id: 191, shares: 7

metadata load: 38~ seconds

2010-03-10 11:52:54,336 - ubuntuone.SyncDaemon.Main - NOTE - Local rescan starting...
.... tons of debug messages ...
2010-03-10 11:52:54,945 - ubuntuone.SyncDaemon.Main - NOTE - Local rescan finished!

local rescan: less than a second!