]> Sergey Matveev's repositories - public-inbox.git/commit
over+msgmap: do not store filename after DBI->connect
authorEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 02:14:32 +0000 (02:14 +0000)
committerEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 23:23:03 +0000 (23:23 +0000)
commitf06e84220e5566e74c4af675a7afaf1636b024e4
tree9ce2bb6cf147c24cb346ab3f36f53751863cec68
parent322a79a6421b5993775f63ea25294a97c5203ac0
over+msgmap: do not store filename after DBI->connect

SQLite already knows the filename internally, so avoid having it
as a long-lived Perl SV to save some bytes when there's many
inboxes and open DBs.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm
t/nntpd.t