• 0 Posts
  • 4 Comments
Joined 11 months ago
cake
Cake day: October 19th, 2023

help-circle
  • hanniabu@alien.topBtoEthereumHow to do data analytics on-chain
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    It’d likely be a very large transaction and depending on how large of a dataset you’re working with you can potentially fill up an entire block with that one transaction. Granted, in reality a transaction that size will probably never make it into a block unless you pay a good validator tip since it’d be more profitable to leave that transaction out and get MEV from a bunch of smaller transactions.


  • hanniabu@alien.topBtoEthereumHow to do data analytics on-chain
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    You’ll only be able to do analytics on current data, or if you want historical data you’d need to start recording it and can only do historical data from that point on, unless you were to take past historical data from offchain and then save it to the smart contract.

    All of this is a moot point though, because it would be prohibitively expensive and very unrealistic to do. Not to mention you’d probably run out of block space.