Re: Yet Another Troubled KMail2 Migration Successful (Maybe) (For Now)
Till Adam <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Organization | KDE |
| Message-ID | <3210235.CuZlbBqx2y@localhost> |
On Saturday, July 06, 2013 07:07:08 PM Lindsay Mathieson wrote:
> On Sat, 6 Jul 2013 10:08:19 AM you wrote:
> > That is not true. If nepomuk mail indexing is turned on and the nepomuk
> > service is running, we use it. Otherwise we fall back to keeping the whole
> > address book in memory for searching.
>
> Why not go with just the later (keep in mem). Surely that would make for
> simpler code.
There a number of reasons:
- in-memory search doesn't scale to large address books (LDAP, etc.)
- doing the searching client side means every searching client has to
duplicate the information in memory (the old addressbook lead to 5 or more
copies)
- there are many use cases for addressbook searching outside of the actual
address book
- it's faster (when it actually) works
- it can support semantic search ("give me the guy I sent the attachment with
the word "spongebob" in the title to last week")
- it can support semantic tagging
- supports higher level contact merging (like KPeople)
- various smaller bits and pieces
Simpler is, well, simpler ;)
Till
_______________________________________________
KDE PIM users mailing list
Subscription management: https://mail.kde.org/mailman/listinfo/kdepim-users
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEABECAAYFAlHX9c4ACgkQtrsWGirveVsmcACeM1P7AO66Lmw4wfMPQluigR3b j0MAoIiwts0mbBKeR+Olth4fX6qVs1ZB =sSAf -----END PGP SIGNATURE-----