more unhinged HN energy disconnected from reality
Post
Remote status
Context
3more unhinged HN energy disconnected from reality
everyone who says "it's terrible to use these database features, this should all be application logic because... testing, and $reasons" seem to be from people who are NoSQL-brained and can't escape it
@feld maybe it depends on the features. When I was a DBA the programmers (ok, I also programmed too) avoided many database features. Stored procedures were harder to upgrade and were slower. There was a dream of being cross DB compatible too by sticking to the SQL standards as much as possible. We’d lived through many tech changes and wanted to minimize work if it’d be needed again.
Replies
2@feld the problem is that queries in the sproc either didn’t get optimized, or bypassed the cache I think. I think Percona used to have a blog post about it.