PgHero

Space

Database Size: 8.18 MB

4 unused indices. Remove them for faster writes.

rails generate migration remove_unused_indexes

And paste

remove_index :flyway_schema_history, name: "flyway_schema_history_s_idx"
remove_index :gateway_boletos, name: "idx_gateway_boleto_token"
remove_index :gateway_boletos, name: "idx_gateway_merchant_payment_id"
remove_index :gateway_boletos, name: "idx_gateway_transaction_token"
Relation Size
boleto_events 288 KB
gateway_boletos 72 KB
boleto_events_pkey 64 KB
flyway_schema_history 16 KB
flyway_schema_history_pk 16 KB
flyway_schema_history_s_idx UNUSED 16 KB
gateway_boletos_boleto_token_key 16 KB
gateway_boletos_pkey 16 KB
gateway_boletos_transaction_token_key 16 KB
idx_gateway_boleto_token UNUSED 16 KB
idx_gateway_merchant_payment_id UNUSED 16 KB
idx_gateway_transaction_token UNUSED 16 KB