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.

“Fashion Is Hard. PostgreSQL Is Easy” [video]

154 pointsby nickdotmulderalmost 10 years ago

12 comments

StavrosKalmost 10 years ago
PosgreSQL is pretty much my default. Any other database has to have compelling arguments for how it fits my use case if I&#x27;m going to use it over Postgres, and even then, it usually gets used for a subset of the data, while Postgres gets everything else.<p>I think it&#x27;s better to default to the tried-and-true piece of software than the new and shiny, rather than the other way around and have to argue why Postgres is a good fit for your data.
评论 #9738335 未加载
评论 #9743262 未加载
tempodoxalmost 10 years ago
That title is really great, and also rings true. And of all open-source SQL DBs, PostgreSQL is superbly executed and a breeze to work with. I can only recommend it.
评论 #9738202 未加载
emilburzoalmost 10 years ago
I love PostgreSQL.<p>But for a personal project I went with MongoDB, because my data set was a perfect match for mongo&#x27;s design.<p>Now I love mongo too, I&#x27;m amazed with how easy it has been to maintain 100% uptime on comodity hardware (one server is literally in a room in my apartment) through all the random server downtimes, upgrades, migrations, etc.<p>And now I have more ideas for some personal projects, and they would go very well with postgres, but I&#x27;m so missing replica sets from mongo.<p>If postgres would have something similar to replica sets in mongodb, that would be amazing.
评论 #9739447 未加载
评论 #9739477 未加载
评论 #9741825 未加载
评论 #9742886 未加载
mhdalmost 10 years ago
I had a job interview at Zalando a while ago, and apart from the huge bunch of bananas at the entrance to the developer&#x27;s den, the one thing I remember most about was the fact that apparently they&#x27;re using stored procedures for basically any database transaction.<p>Which is probably a more unorthodox use of databases these days, at least for Postgres (I&#x27;ve heard it was more common for SQL Server and I once had the questionable joy of debugging a petri net solver in Oracle).
评论 #9739095 未加载
评论 #9738645 未加载
评论 #9740641 未加载
评论 #9739041 未加载
评论 #9742907 未加载
评论 #9739478 未加载
fideloperalmost 10 years ago
PostgreSQL is great, but I&#x27;ve gone back to MySQL because of the ease of which I can setup replication (which I like to use when possible in addition to automated&#x2F;periodic backups).
评论 #9742150 未加载
评论 #9739873 未加载
评论 #9742920 未加载
vassyalmost 10 years ago
Two years ago I switched from PHP and MySQL to Ruby and PostgreSQL. The only thing I&#x27;m missing is Sequel Pro. PG Admin is ok, does everything I need, but that interface is ugly and unintuitive.<p>[1] <a href="http:&#x2F;&#x2F;www.sequelpro.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.sequelpro.com&#x2F;</a>
评论 #9742938 未加载
评论 #9738648 未加载
评论 #9742992 未加载
评论 #9742732 未加载
评论 #9738652 未加载
UserRightsalmost 10 years ago
I found this video to be much more interesting <a href="https:&#x2F;&#x2F;youtu.be&#x2F;zsF1vfHBMBI" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;zsF1vfHBMBI</a><p>BTW I would like to send out a BIG THANK YOU to the guys that did the videos - this is such an important and great service for everybody who could not attend the conference, so: THANK YOU VERY MUCH!
评论 #9741381 未加载
geedyalmost 10 years ago
I recently used Postgres for a serious project for the first time and I am really impressed. Certainly much more impressed with it than MySQL or SQL Server. plpgsql is far better than what MySQL offers out of the box, plus you have access to nicer languages out of the box with plv8, plpythonu, plr, etc. Language extensions really are a killer feature and make moving application logic into the database a cinch.
ksecalmost 10 years ago
Is there anything on Postgre Roadmap to allow, simple, easy, replication out of the box?
comrade1almost 10 years ago
Are they using Postgres for content, or for data? (at a place where I can&#x27;t really watch a movie)<p>There are some great content management tools out there, my favorite being apache jackrabbit, and on top of that, apache sling for displaying&#x2F;accessing the content. It requires a different way of thinking than the standard mvc process - it is a more content focused display process.<p>I don&#x27;t know... if you&#x27;re using Postgres to store non-relational data you may want to reassess your strategy. You may find you&#x27;re doing the right thing still, but I think most people would be better served with a system like jackrabbit&#x2F;sling, which is is used by publishers, fashion houses, etc (via Adobe&#x27;s product that is built on sling) to store and display their content.<p>(that said, you can use postgres on the back-end with sling)
评论 #9738600 未加载
评论 #9738635 未加载
评论 #9738434 未加载
kriroalmost 10 years ago
Coming up with your own ideas is hard. Cloning other businesses is easy.
评论 #9738222 未加载
评论 #9738240 未加载
评论 #9738264 未加载
评论 #9740781 未加载
kauflandalmost 10 years ago
Hmm, looking a bit at their site[1]:<p><i>Addidas jogging pants -- 59,95 €</i><p><i>Volcom T-shirt print -- 17,45 €</i><p><i>Under Armour T-shirt -- 39.95 €</i><p>Like really now -- who needs this stuff? Especially when you can just go to Aldi or Tchibo (or any of a number of other discount retailers readily visible at nearly every shopping mall in Germany) and buy essentially same stuff (minus the logos, of course) for 1&#x2F;10th of the price. So perhaps a better title might be:<p><i>“Fashion generates revenue, and handsome pay-outs. But is basically pointless. And a soul-sucking waste of time.”</i><p>[1] <a href="https:&#x2F;&#x2F;www.zalando.de&#x2F;herren-home&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zalando.de&#x2F;herren-home&#x2F;</a>
评论 #9738487 未加载
评论 #9738294 未加载
评论 #9738273 未加载
评论 #9742131 未加载