getamis / eth-indexer

An Ethereum project to crawl blockchain states into database
GNU Lesser General Public License v3.0
233 stars 47 forks source link

store/account: reduce memory usage #58

Closed countvonzero closed 6 years ago

countvonzero commented 6 years ago

specify explicitly the fields we want, instead of all fields, which include fields from two tables.

codecov-io commented 6 years ago

Codecov Report

Merging #58 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #58   +/-   ##
========================================
  Coverage    40.56%   40.56%           
========================================
  Files           20       20           
  Lines         1992     1992           
========================================
  Hits           808      808           
  Misses        1121     1121           
  Partials        63       63
Impacted Files Coverage Δ
store/account/account.go 88.23% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 780e6b6...3a238dc. Read the comment docs.