Hacker News new | ask | show | jobs
by chrisweekly 2090 days ago
It's unfortunate that performance is so rarely considered to be a feature.
2 comments

There's plenty performance work going on in postgres. Most major releases had significant improvements in some aspect of that.
Postgres usually adds plenty of performance from one version to another.

Not much on .0 versions, those are more feature packed, but all the other time.

Actually, Postgres does not add any performance features to point releases at all. Point releases are only for bug fixes. You may be thinking of MySQL.

Occasionally, there are cases that could be argued to be exceptions to the general rule. But that's a hard argument to make -- everything committed to a back branch is officially a bug fix. Things like optimizer regression fixes are "performance enhancements" in a certain sense, but are nevertheless justified as bug fixes.

“.0” versions are the only versions that would have a major performance change. Anything else would be a fix version.