pfelt-Urct4Ww6//Pz1n+
2010-06-18 05:03:47 UTC
alex,
i've added the following to my store.db in hopes it'll speed up delivery
a bit (it's running now, but i'm not sure i'll really be able to tell a
difference). i found that there is no index on the subject line in
conversation.
create index conversation_subject on conversation(subject);
my db has 351,701 conversations in the conversation table. i doubt it'll
make a *huge* difference under normal loads, but i bet it'll help a bit.
i've added the following to my store.db in hopes it'll speed up delivery
a bit (it's running now, but i'm not sure i'll really be able to tell a
difference). i found that there is no index on the subject line in
conversation.
create index conversation_subject on conversation(subject);
my db has 351,701 conversations in the conversation table. i doubt it'll
make a *huge* difference under normal loads, but i bet it'll help a bit.