Re: [Tracker] Releasing Tracker 0.6.90



Jamie McCracken wrote:
On Thu, 2009-02-05 at 16:26 +0000, Martyn Russell wrote:
Jamie McCracken wrote:
we are not deleting from qdbm! If you have changed stuff to do this then
please revert. O.6.6 never deleted from qdbm and indeed never should as
its prohibitively expensive
Carlos is working on a fix. If we fix this and get it done in time would you be happy enough to release tomorrow?

we are only deleting from sqlite. Phantom hits are weeded out by
checking if service ID exists in sqlite. Hit counts for searches are
estimates only (same as they are for google)

You have my permission to release 0.6.9 when ready

thanks for all the hard work from you and your team

OK. Thank you Jamie.

Before I do, can you confirm why you changed this?

- tracker_db_interface_execute_query (iface, NULL, "PRAGMA synchronous = NORMAL;"); + tracker_db_interface_execute_query (iface, NULL, "PRAGMA synchronous = FULL;");

We used to use FULL in the past and changed it to NORMAL because it was too slow. We also haven't seen any corruption since using that and having the db-manager set up correctly.

Attila (working at Nokia) has experienced some slowdowns this morning with some initial testing - this could be the new extractor logging of course and I plan on minimising that, but it could also be this new change. He will be investigating it. For now can we revert this?

--
Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]