Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheLoneRonin TheLoneRonin released this 26 Feb 20:32
· 61 commits to master since this release
f292a43

Rescan functionality.

Adds new commands.

yarn rescan:cache
yarn rescan:snapshot
yarn rescan:temp

snapshot and cache now store missing transactions in a .rescan flat file.

New RESCAN.md guide file.

Improved Indices

  • Fixed a bug with tags structures. Assigned VARCHAR with 2048 bytes.

  • When applicable, use HASH indices. Elsewise, use BTREE for multicolumn indices.