On Tuesday 29 Dec 2015 14:18:20 J. Roeleveld wrote:

> sqlite is nice, for single threaded applications.
> For anything more advanced, either a wrapper is required or something more
> advanced needs to be used.

I like sqlite because it is self-contained, embedded in the application that 
uses it and accesses the data directly with functional calls, rather than 
looping around port/socket interfaces to speak to a server.  This is why I 
kept it, since with Kmail1 it is not used much.

With Kmail2 the database will be hammered so as you say will need something 
that can process things in parallel at speed and in higher volumes. So, I'm 
planning to install postgresql for this purpose, since in my experience mysql 
has had a number of hickups with akonadi.

Can you please advise what GRANTS did you use to create a dedicated postgresql 
user for akonadi?

Will the same user be used for Baloo indexing, or is this an additional 
database role?

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to