[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.17, 1.18

tss-movial at dovecot.org tss-movial at dovecot.org
Thu Jun 8 15:49:40 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv22007/lib-storage/index/dbox

Modified Files:
	dbox-storage.c 
Log Message:
Changed mail-storage API to do the mail sorting internally. Optimized it
internally to keep a 32bit sort_id field in index for each used primary sort
condition. Practically this should mean less disk I/O, memory and CPU usage
when SORT command is used.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbox-storage.c	31 May 2006 13:17:49 -0000	1.17
+++ dbox-storage.c	8 Jun 2006 12:49:38 -0000	1.18
@@ -708,7 +708,6 @@
 		index_mail_alloc,
 		index_header_lookup_init,
 		index_header_lookup_deinit,
-		index_storage_search_get_sorting,
 		index_storage_search_init,
 		index_storage_search_deinit,
 		index_storage_search_next,



More information about the dovecot-cvs mailing list