show/hide this revision's text 2 added 318 characters in body

It's all fine and dandy to have all the esoteric features that users will never know about and...

This would be feature creep, not unnecessarily complicated design. It's different from your example on databases.

One example I've had to work with repeatedly lately is when the decision has been made to go to a fully denormalized database design rather than an RDBMS. "because it's faster!"

In this case several things may be going on. One of them is, you might be wrong and these people could really know what they are saying because they have worked with very similar examples. Another is they might be wrong, i.e. their design doesn't offer the speed advantages they claim. In this case there could be two different situations: (1) They are giving speed too much weight in their design, or (2) speed is really critical. If speed is indeed so relevant, the team shouldn't rely only in assumptions - they should try different prototypes and evaluate their speed in the critical paths. You don't build an F1 car in one way just "because it's faster", instead you keep trying several alternative design solutions and pick the fastest one which still doesn't increase maintenance costs too much.

Sometimes you can argue it and reach an agreement, sometimes you can't. It's life.

A final word, though. You don't fight complexity. You treat it. You identify the really important things and act accordingly.

show/hide this revision's text 1

It's all fine and dandy to have all the esoteric features that users will never know about and...

This would be feature creep, not unnecessarily complicated design. It's different from your example on databases.

One example I've had to work with repeatedly lately is when the decision has been made to go to a fully denormalized database design rather than an RDBMS. "because it's faster!"

In this case several things may be going on. One of them is, you might be wrong and these people could really know what they are saying because they have worked with very similar examples. Another is they might be wrong, i.e. their design doesn't offer the speed advantages they claim. In this case there could be two different situations: (1) They are giving speed too much weight in their design, or (2) speed is really critical. If speed is indeed so relevant, the team shouldn't rely only in assumptions - they should try different prototypes and evaluate their speed in the critical paths. You don't build an F1 car in one way just "because it's faster", instead you keep trying several alternative design solutions and pick the fastest one which still doesn't increase maintenance costs too much.

Sometimes you can argue it and reach an agreement, sometimes you can't. It's life.