Revision ac3c430...
Go back to digest for 18th September 2011Optimization in KDE-PIM
Volker Krause committed changes in [akonadi] server/src/storage/datastore.cpp:
First step to optimize collection deletion.
Reduces number of queries per item in a deleted folder by 2 and prepares
the code for moving more operations out of the O(n) part. Which would
actually be easy if Sqlite would support joins on DELETE queries, as
MySQL does :-/
File Changes
Modified 1 files
- server/src/storage/datastore.cpp
1 files changed in total