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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Poll: What database does your startup use?

74 点作者 daniel_levine将近 15 年前
I'm working on a startup that connects to databases. Interested in finding out what the most popular DBs are for HN users. Can't list em all so add others in comments to be voted up.

33 条评论

uggedal将近 15 年前
<a href="http://wasitup.com" rel="nofollow">http://wasitup.com</a> uses Tokyo Tyrant, but I'm nearly finished with a rewrite to Redis. Tyrant was abandoned because of a nearly non-existent community, poor documentation, and some replication issues.<p>Redis was selected over MongoDB and Cassandra since it scales down, is lightweight (with virtual memory enabled memory is not an issue anymore), and extremely easy to install and manage.
lyime将近 15 年前
At Mugasha we are musing MySQL and Redis. We recently started using redis to store a lot data related to our social features (activity stream, user suggestions, dashboard views). It also acts as a caching layer since data is stored in memory. I plan on developing many of our new features on top of redis as data store. We'll continue to use MYSQL as our db for persistence and manageability (backup/durability) sake.
Kilimanjaro将近 15 年前
Google AppEngine datastore?
paulgb将近 15 年前
Interesting that MongoDB has, at time of writing, more than 4 times the users of CouchDB. Both are document-based and have a JavaScript query language. MongoDB came out last year and CouchDB in 2005.
评论 #1412539 未加载
评论 #1412214 未加载
评论 #1412184 未加载
评论 #1412458 未加载
megamark16将近 15 年前
Sqlite :-)
评论 #1412536 未加载
评论 #1412172 未加载
thingsilearned将近 15 年前
Redis
benologist将近 15 年前
<a href="http://www.swfstats.com/" rel="nofollow">http://www.swfstats.com/</a> = SQL Server, planning to shift the heavy bits to MongoDB though.
评论 #1412597 未加载
tibbon将近 15 年前
We're using Oracle much against my desires. While this was before I was there, they hit some issue with mySQL and someone in charge at the time (no longer there) pushed us to get Oracle to fix all the world's problems. Its too expensive and doesn't do enough of what we need unfortunately.
jmtame将近 15 年前
I like to make predictions about things, so my completely uninformed prediction is you're building an analytics app of some kind. there's lots of timestamped data sitting around in databases these days. might be nice to visually display it better.<p>another cool area might be analysis of data structures to predictably suggest better schemas for faster results, or better database engines, for example.
ropiku将近 15 年前
TokyoCabinet/Tyrant
评论 #1412174 未加载
kineticac将近 15 年前
Hey Dan, We started off hosting on Heroku, which at the time defaulted to using postgres. It now supports mysql as well I believe. We never really needed to worry about the db using a framework like Rails.<p>In my experience, MySQL and PostgresSQL are both awesome choices, and the community support behind them is huge.
warfangle将近 15 年前
Anybody out there using neo4j?<p>Looked at using it for an app I've been hacking on. Getting it to market seemed faster to do on a traditional rdbms, but I may migrate later once I incorporate collaborative filtering. Just curious if anyone has significant experience with it :)
评论 #1413053 未加载
评论 #1412925 未加载
leftnode将近 15 年前
MySQL for day to day stuff/existing software, Postgres for a new project, and Sqlite for unit testing (since it has an in memory database, which is awesome).<p>Playing around with the document/NoSQL databases, but nothing in production yet.
nevercertified将近 15 年前
I love how everyone is weighing in with which DBs are the best without actually mentioning the usage or deployment patterns. You can't discuss faults or merits without knowing what it's going to be used for!
secos将近 15 年前
where's Redis?
评论 #1411976 未加载
评论 #1411975 未加载
dangrossman将近 15 年前
<a href="http://w3counter.com" rel="nofollow">http://w3counter.com</a> uses MongoDB capped collections which are aggregated into partitioned MySQL databases.
_sh将近 15 年前
Does an in-memory scheme hashtable (backed to disk) count as a database? Does my lowly 2-hits-a-week app count me as a web startup?
jamwt将近 15 年前
MongoDB + Redis at <a href="http://bu.mp/" rel="nofollow">http://bu.mp/</a>. Some PostgreSQL for offline analytics later on.
timf将近 15 年前
PostgresSQL and Redis. A local SQLite database installed under "/dev/shm/" (i.e., really in RAM) is nice while programming.
评论 #1413045 未加载
mgrouchy将近 15 年前
At the company I work at we are using MySQL but we are looking at moving some portions of our product to redis.
richcollins将近 15 年前
<a href="http://github.com/stevedekorte/vertex.js" rel="nofollow">http://github.com/stevedekorte/vertex.js</a>
angelbob将近 15 年前
We're a little company, but not really a startup so I didn't upvote above. We use DB2 and MongoDB, though.
chrisduesing将近 15 年前
Riak
mahmud将近 15 年前
Two stage Redis to Postgres.
评论 #1450821 未加载
nhebb将近 15 年前
SQLite.<p>I wonder how many in the "Other" category are SQLite as well.
Schmidt将近 15 年前
PostgreSQL in production, MongoDB and Redis in the pipeline...
twir将近 15 年前
A bunch, actually:<p>MySQL, PostgresSQL, SQLite, and SimpleDB.
alecco将近 15 年前
Own.
评论 #1412163 未加载
jozeph78将近 15 年前
Mongo is awesome.
karthikm将近 15 年前
HBase
评论 #1414379 未加载
matthewgonzales将近 15 年前
Hypertable
nfriedly将近 15 年前
Jetty
评论 #1412378 未加载
reiddraper将近 15 年前
solr