On Wed, 18 Mar 2026 17:46:27 -0400 (EDT) Wietse Venema via Postfix-users <[email protected]> wrote:
> Stephan Seitz via Postfix-users: > > Hello! > > > > Migrating away from BDB I was wondering what is the replacement for > > texthash? I?m using it in postscreen_dnsbl_reply_map. > > > > Is lmdb the right choice here? > > Postfix texthash is in no way related to Berkeley DB. > > Wietse > _______________________________________________ > Postfix-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] Am I correct in thinking that both hash and texthash have similar lookup performance, but hash is better suited to very large tables, since the database does not need to be loaded entirely to RAM and can be demand-paged by the OS? _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
