Re: export notmuch_database_reopen

Subject: Re: export notmuch_database_reopen

Date: Thu, 13 Feb 2020 18:54:48 -0400

To: Reto, notmuch@notmuchmail.org

Cc:

From: David Bremner


Reto <reto@labrat.space> writes:

> I'm trying to use the notmuch C library in a mail client.
> Now, I learned that an open DB is essentially a snapshot at the time of opening.
> If I want the current state of the notmuch DB, I need to reopen the DB.
>
> The client I'm running is interactive and can have long running processes.
> I'd like to avoid unnecessary create / destroy cycles of the DB,
> especially as I'm calling the C lib via a go wrapper.

Do you have any measurements of time or memory savings?

d
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: