Create index account_balance_history_account_source_op_block_idx
Need this index to get the balance of accounts on a specific block. Takes 7.7GB uncompressed storage space on a fully synced HAF.
CREATE INDEX account_balance_history_account_source_op_block_idx ON btracker_app.account_balance_history (account,source_op_block);