akshettrj / watgbridge

A forwarder from WhatsApp to Telegram written in GoLang
MIT License
165 stars 40 forks source link

gorm: performance enhancement #41

Closed celestix closed 9 months ago

celestix commented 9 months ago

GORM perform write (create/update/delete) operations run inside a transaction to ensure data consistency, disabling it can enhance about 30%+ performance improvement.