Skip to content

Remove redundant block_num references when operation_id is present in table

It is possible to extract block_num from operation_id, the presence of an additional block_num column is now redundant when operation_id is present in that table.

Eliminating these references will simplify the tables and reduce their size, improving overall data management and performance.

It is relevant and beneficial for all other applications as well.

Edited by Michal Zander