0xB10C / bademeister-go

Implementation of Bademeister, a mempool watcher and recorder, in Golang.
0 stars 3 forks source link

switch to INT timestamps in the database #15

Closed 0xB10C closed 5 years ago

0xB10C commented 5 years ago

Saving the firstSeen transaction timestamps as INTs in Unixtime reduces space required significantly compared to saving them as TEXT. https://github.com/0xB10C/bademeister-go/issues/6#issuecomment-547173130

The database version is set to 2.