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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

CodernityDB — pure Python, NoSQL, fast database

183 点作者 amarsahinovic超过 12 年前

13 条评论

knightni超过 12 年前
Since these questions will inevitably come up:<p><pre><code> - You fsync yourself to ensure durability. I can't see at a glance what fsync settings are used for the speed tests. - It's not transactional, although single operations are atomic. - Indexes operate on a single-writer, multiple reader basis. - No traditional joins, although you can of course write a procedural function that joins for you.</code></pre>
评论 #4783659 未加载
mmcnickle超过 12 年前
A cursory glance through the code revealed a bug: <a href="https://bitbucket.org/codernity/codernitydb/issue/1/_rev-not-guaranteed-to-be-unique" rel="nofollow">https://bitbucket.org/codernity/codernitydb/issue/1/_rev-not...</a>
评论 #4784340 未加载
评论 #4784794 未加载
评论 #4784292 未加载
AaronBBrown超过 12 年前
"CodernityDB pure python, NoSQL, fast database"<p>Is the fact that it is written in "pure Python" really the <i>most</i> important thing to reenforce after the name of the product itself?<p>Why would I use this over established products like Riak, Redis, MongoDB, etc?
评论 #4783581 未加载
评论 #4783564 未加载
评论 #4783983 未加载
评论 #4783889 未加载
评论 #4785467 未加载
评论 #4783901 未加载
评论 #4785907 未加载
评论 #4783520 未加载
dbecker超过 12 年前
It would be helpful to add "How is this different from other NoSQL databases" to the FAQ.
评论 #4784623 未加载
francesca超过 12 年前
This seems like a speedy solution for inserts but I'm curious about reads<p>"Indexes tries to reuse as much space as possible, because metadata size is fixed, during every write operation, if index finds metadata marked as removed or so, it reuses it - writes new data into that place."<p>I'm curious how this is implemented.
louischatriot超过 12 年前
Interesting, but I'd like to see how this compares to other NoSQL such as MongoDB.
gldnspud超过 12 年前
I'd love to check this out this morning, but the page is unreadable using Safari on an iPhone. The table of contents stays floating above the body text, and takes up almost the whole screen.
tintor超过 12 年前
What is the difference between DatabaseThreadSafe and DatabaseSuperThreadSafe?<p><a href="http://labs.codernity.com/codernitydb/design.html#how-it-s-build" rel="nofollow">http://labs.codernity.com/codernitydb/design.html#how-it-s-b...</a>
shuzchen超过 12 年前
I've registered ##codernitydb in freenode and will idle in there, if anybody is interested in forming a community in irc
hoodoof超过 12 年前
No Python 3 = no thanks
lehgo超过 12 年前
python ehh
ucee054超过 12 年前
In case, like me, you like SQL: <a href="http://gadfly.sourceforge.net/" rel="nofollow">http://gadfly.sourceforge.net/</a>
mattbasta超过 12 年前
The only thing that turns me off to a product more than a poor website is poor English in the documentation. If English isn't your primary language, PLEASE get someone that speaks it fluently to either write your docs, translate your docs, or edit what you've written.
评论 #4783834 未加载
评论 #4784003 未加载
评论 #4785499 未加载