Re: [Zeitgeist] [Bug 583065] Re: slow querying

2010-05-20 Thread Seif Lotfy
No no no i am just showing the Zeitgeist part :) i am printing the zeitgeist time not tracker time. On Thu, May 20, 2010 at 8:40 AM, Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com wrote: I really don't think this classifies as a valid bug report if I understand what you are saying

[Zeitgeist] [Bug 583065] Re: slow querying

2010-05-20 Thread Mikkel Kamstrup Erlandsen
So ok, what you are really complaining about is the speed of FindEvents/FindEventIds when you pass in a range of templates only with their event.ids set, or are we talking event.subjects[0].uri? -- slow querying https://bugs.launchpad.net/bugs/583065 You received this bug notification because

Re: [Zeitgeist] [Bug 583065] Re: slow querying

2010-05-20 Thread Seif Lotfy
let me post the code: def search_zeitgeist(self, uris, search_callback, use_objs=True): t = time.time() def _handle_find_events(events): print *** events:, len(events), time: , time.time() - t search_callback(events) events = [] for uri in uris: subject = Subject.new_for_values(uri=uri)

[Zeitgeist] [Bug 583065] Re: slow querying

2010-05-20 Thread Markus Korn
I think we agreed that this is most likely not an issue with zeitgeist, we also changed test/scalability-test.py trying to reproduce exactly this scenario, but the timings provided there are much lower than the timings provided here. We agreed that this is most likely an issue in sezen's gtk