[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
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index Makefile.am, 1.15,
1.16 index-mail.c, 1.99, 1.100 index-search.c, 1.113,
1.114 index-sort.c, 1.11, 1.12 index-sort.h, 1.6,
1.7 index-storage.h, 1.101, 1.102
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir
maildir-storage.c, 1.117, 1.118
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index Makefile.am, 1.15,
1.16 index-mail.c, 1.99, 1.100 index-search.c, 1.113,
1.114 index-sort.c, 1.11, 1.12 index-sort.h, 1.6,
1.7 index-storage.h, 1.101, 1.102
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir
maildir-storage.c, 1.117, 1.118
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list