soju/msgstore
Calvin Lee d137c69131 database: batch msg inserts
This commit takes insert query compilation and transaction creation out
of the critical loop for migrating message logs. I have tested with
the sqlite backend, and a speedup of approximately 40x has been achieved
for log migration.
2023-10-25 16:03:00 +02:00
..
znclog msgstore/znclog: fix error message 2023-05-23 23:11:05 +02:00
db.go database: batch msg inserts 2023-10-25 16:03:00 +02:00
fs.go msgstore: move ZNC log functions to separate package 2023-02-17 14:35:25 +01:00
memory.go Upgrade to gopkg.in/irc.v4 2022-11-14 12:06:58 +01:00
msgstore.go Add a database store for messages 2023-02-17 14:13:43 +01:00