Patchable Constants: KNumberOfContactsToReadPerMerge

EXPORT_C extern const TInt KNumberOfContactsToReadPerMerge = 500;

Exported from:

CNTMODEL.DLL

Defined in:

.../app/contacts/phonebookengines/contactsmodel/cntplsql/src/csqlitelocalview.cpp

Purpose:

View creation works via an incremental merge sort. The DBMS version creates all the CViewContact for a View and then sorts them. This constant specifies the number of fully populated CViewContact objects that will be held in memory during View creation at any one time. The larger this constant the faster a View containing large numbers of items will be created. However, a larger constant will use more RAM for large Views. The default for this constant is 500 CViewContact objects.