TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PostgreSQL is Engine Yard's New Default

82 pointsby ahhrrralmost 13 years ago

5 comments

jeltzalmost 13 years ago
One important feature for PostgreSQL which they should have mentioned is transactional DDL. It makes applying migrations much less risky since you know if a statement in the migration fails all of it will be rolled back.<p>After having used PostgreSQL in production for some years I do not know how I could go back to a database without transactional DDL.
einhverfralmost 13 years ago
Awesome. Given that their services look Ruby-centric, maybe they could take over PL/Ruby and point out that this would allow people to write their stored procs in Ruby too.
评论 #4390550 未加载
评论 #4390413 未加载
trustfundbabyalmost 13 years ago
Does anybody know how Postgres' fulltext search capabilities/performance compare to using something like ElasticSearch?
评论 #4390269 未加载
评论 #4389774 未加载
评论 #4389807 未加载
评论 #4389793 未加载
评论 #4389761 未加载
thinkbohemianalmost 13 years ago
PostgreSQL is amazing, that is all.
elchiefalmost 13 years ago
After like an entire year (duh) I figured out how to have InnoDB transactions with MyISAM full-text search...<p>InnoDB master. MyISAM slaves.
评论 #4390010 未加载