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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: If not mongo then what?

4 点作者 octix超过 11 年前
Hi,<p>What other open source product can offer following?<p>- document oriented - makes easier to abstract it as a relation when needed(yes, I know no joins... buy a helmet)<p>- dynamic fields - a more agile pace of development (good bye database migrations, patches)<p>- indexed arrays - &quot;tags&quot; and &quot;attributes&quot; functionality<p>- geospacing<p>- store binary files (GridFS) - replicate, backup easier binary files<p>- aggregation framework - analytics<p>- simple and eazy replication - easier to scale ???<p>- ttl - handy for caching<p>Just saying...

3 条评论

tobylane超过 11 年前
My understanding is that the scale goes from Postgres (edgy but worth it) to MariaDB (I didn&#x27;t pay attention while you listed your requirements, here&#x27;s something that&#x27;ll suit you), to MSSQL (let me stop you, I heard you need support). Everything else is built on top of the database. This scale doesn&#x27;t fit all the technologies, so it doesn&#x27;t need to fit every use.
davidy123超过 11 年前
ElasticSearch does all the above, has excellent support and a lot of momentum. I find it a joy to work with. Only issue may be that commits take a few moments. Solr is its sibling and has soft commits.
davismwfl超过 11 年前
So just a point I made awhile ago. Not saying which is best: <a href="https://news.ycombinator.com/item?id=6794327" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6794327</a>