HomePhorge

Performance: Optimize kolab_storage_folder::get_object() to use one sql query…

Description

Performance: Optimize kolab_storage_folder::get_object() to use one sql query instead of two

Before the change to get an object by UID we first resolve UID to IMAP-UID
and then fetch the object data by IMAP-UID - two select queries. Now we
directly select the data by UID.

Details

Provenance
machniakAuthored on Feb 13 2016, 10:33 AM
mollekopfPushed on Aug 22 2023, 5:55 AM
Parents
R14:bd8166b81a45: Fix regression in last optimisations
Branches
Unknown
Tags
Unknown

Event Timeline