Index Roi Simulator

Ranks index candidates by read benefit, write penalty, storage cost, and maintenance risk.

rweisssieker-xp Updated

File contents

Index ROI Simulator

Run:

node runtime/runTool.js index_roi_simulator '{"candidates":[{"id":"idx_events_user_email","readBenefitMs":180,"readQps":40,"writePenaltyMs":3,"writeQps":8,"storageMb":512}]}'

Returns ranked candidates, ROI score, break-even signal, and benchmark recommendation.

rweisssieker-xp/sqlserver-postgres-plugin/tree/main/plugins/sqlserver-postgres-performance-advisor/skills/index-roi-simulator commit d2dc5815f7

Frequently asked questions

npx skillmds@latest add rweisssieker-xp/index-roi-simulator