fuel-core
fuel-core copied to clipboard
P2P is doing a lot of database lookups
When we request transactions for the block, each transaction requires a separate lookup, which is very expensive, considering that transactions are randomly distributed throughout the database(because of randomness of TxId
).