Revision 91d3fc4...

Go back to digest for 23rd September 2012

Optimization in KDE Base

Vishesh Handa committed changes in [nepomuk-core] services/storage/resourcemerger.cpp:

Optimize ResourceMerger::existingTypes

Fetch the existing types by using a query instead of relying on
listStatements. A query is faster, specially since less time is spent in
converting it into a query.

Plus, we can send a shorter version of the the property this way.

File Changes

Modified 1 files
  • services/storage/resourcemerger.cpp
1 files changed in total