You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data extractors (dbExtractor): (_getRange, getRange, getRangeMulti)
Query splitter: logic when we try to split the data range into chunks and execute them in parallel not to waste time waiting for IO db operations (btw. is there a n value that brings the bests results?)
High level api to provide one function per one method used (simple, hash, lastPath) - taken from /test/samples.
The text was updated successfully, but these errors were encountered:
Low level readings (stateDbReader): Db connection, prefixes, transformations (bufferHex, bufferToInt, buffer64, buffer256, sha3, atStruct, atMap, blockNumberByHash, blockHash, _blockHeader..... getNode)
Trie traversals (stateDbFinder): (_sfind, binarySearchCreation, findNextBlock, _errorCheck)
Data extractors (dbExtractor): (_getRange, getRange, getRangeMulti)
Query splitter: logic when we try to split the data range into chunks and execute them in parallel not to waste time waiting for IO db operations (btw. is there a n value that brings the bests results?)
High level api to provide one function per one method used (simple, hash, lastPath) - taken from /test/samples.
The text was updated successfully, but these errors were encountered: