TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to pick a software tool? (e.g. MySQL vs. Postgres)

3 点作者 joshlk超过 3 年前
I am currently going through a process at work to choose a new software tool. I once read an article on HN that described well how to best make a decision on what product to pick and not fall for things like comparisons using feature matrices - however I can&#x27;t find it. Does anyone have any good links to such articles?<p>Example decisions are: MySQL vs Postgres, GitLab vs GitHub, Ubuntu vs RedHat

4 条评论

matt_s超过 3 年前
Let&#x27;s pretend you are building a typical CRUD web application with medium level of expected traffic, some kind of SaaS. You could build it with MySQL, Ubuntu, using Gitlab for source control and pick a web framework - Laravel, Rails, Django, etc. And that could be successful. Or you could pick Postgres, Redhat and Github with whatever web framework and that could be successful. Pure technical decisions are usually better off going with what people are most familiar&#x2F;knowledgeable with assuming those are mainstream supported technologies.<p>An important aspect is the cost or ease of switching to something else later on - the impact of the decision itself. Switching out your hosted git provider is probably easy, maybe a day of downtime. Switching out databases once you have users on the system would be a major project, maybe 3-6 months. Changing out web frameworks in the example SaaS could be an entire re-write.<p>If you need to present your findings to some management layer to get them onboard then you may want to get a sense of what they&#x27;re thinking (i.e. does someone really like XYZ?) so you can focus efforts appropriately. Gathering info on non-functional aspects (cost, support, license model, etc.) will go a long way towards them evaluating the decision if they are non technical.
thorin超过 3 年前
The chances are that either solution would work.<p>Generally I find thinks like this are chosen depending on:<p>1. What other products are in use in your org &#x2F; team 2. What is the general direction of travel for products in your org&#x2F;team 3. What is the cost to the org for any licenses &#x2F; supported versions you want to implement 4. What backhanders &#x2F; perks &#x2F; relationships with friends are involved with the management &#x2F; purchasing team<p>If you haven&#x27;t built anything yet, I&#x27;d strongly recommend you start building with something you have knowledge of that is commonly and widely adopted in the industry and then refactor as you find you have issues or particular requirements.
ponyous超过 3 年前
Evaluate pros and cons. Don&#x27;t just talk about them, write them all down.<p>Try to be specific with your use cases. Don&#x27;t write pro of a mysql &quot;Can be used on any shared PHP hosting&quot; if you know you are going to have complex deploys in AWS.<p>At the end it should be fairly obvious just looking at the document.
slipwalker超过 3 年前
why the prejudice against &quot;feature matrices&quot; ? In all my professional experience, nothing beats a six-sigma-like &quot;Weighted Decision Matrix&quot; for such choices ( and explaining later on the &quot;whys&quot; )<p><a href="https:&#x2F;&#x2F;www.fool.com&#x2F;the-blueprint&#x2F;weighted-scoring-model&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fool.com&#x2F;the-blueprint&#x2F;weighted-scoring-model&#x2F;</a>