Closed khorolets closed 4 years ago
Also, add the block_timestamp column, so we can easily order the transactions and count how many transactions were processed in the last 24 hours without a need to do an expensive JOIN.
block_timestamp
We also need to have indices on block_timestamp columns
Closed by #30
Also, add the
block_timestamp
column, so we can easily order the transactions and count how many transactions were processed in the last 24 hours without a need to do an expensive JOIN.