Sizing against a workload rather than a licence bracket
Hardware decisions are often made from a price list and then justified with a workload description written to fit the answer. That gets things approximately right for the first year and creates a ceiling nobody sees coming. Sizing properly starts with the transactions the system will actually process, the hours of the day when they cluster, and the batch work that has to complete inside a window somebody else depends on. Growth across the intended life of the system belongs in the same calculation.
Storage is where mistakes are least reversible. Layout across disk groups, redo placement, archive log destination sized against real archive generation rather than a guess, temporary space for the largest sort the reporting workload will produce, and headroom for growth that is already known about. Character set belongs in the same conversation, since changing it later on a populated database is a migration project rather than a configuration change. The same applies to block size and to several storage decisions that look adjustable and are not.
Licensing deserves an honest discussion early. Some features are attractive, easy to enable and separately licensed, and it is common to find a database quietly using something nobody bought. We identify what the design genuinely needs, what would merely be pleasant to have, and what each option costs, so that the choice is made deliberately by somebody who can approve it rather than defaulted by an installer screen. Discovering an unlicensed feature during an audit is an expensive way to learn what was enabled by default.
- Sizing derived from transaction volume, concurrency, batch windows and retention requirements
- Storage layout, redo placement and archive destination sized against real archive generation
- Temporary and undo space sized for the largest expected sort and the longest running query
- Character set and core configuration decided before load, since changing later is a migration
- Licensed features identified explicitly, so nothing is in use that has not been purchased