This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
Watch
2
Star
0
Fork
0
You've already forked status-go
mirror of
https://github.com/status-im/status-go.git
synced
2025-01-09 22:26:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
status-go
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix(wallet) add index on transfers(blk_number, loaded) Improve performance of queries for - transfer.GetTransfersInRange - transfer.GetTransfersByAddress - transfer.GetTransfersByAddressAndBlock - transfer.GetTransfers - transfer.GetPreloadedTransactions For 16952 entries worst case scenario tested with `sqlcipher`: - Before: Run Time: real 0.897 user 0.728139 sys 0.166714 - After: Run Time: real 0.001 user 0.000437 sys 0.000189 A single composite index (with the default one) might work better though
2023-05-31 16:17:09 +02:00
0.154.9
Reference in New Issue
Copy Permalink