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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

InfiniSQL

49 点作者 ahassan超过 11 年前

12 条评论

mtravis超过 11 年前
A few things (I&#x27;m the author of InfiniSQL)<p>1) I include keystore-like stored procedures in the source. They do get&#x2F;set with integer key and string val. I haven&#x27;t done thorough benchmarking, but I expect them to outperform the other benchmark I&#x27;ve published, which is quite a bit more complex workload<p>2) (camus2) agreed, nothing ever dies in IT. <i>But</i> roll back the clock a few years. How much noSQL would come into exisence if there was a free xzySQL that scaled across nodes, was fast, etc. I believe the answer is that there&#x27;d be very few network-based noSQL for operational workloads if that had been the case.<p>3) jwatte: Yeah! Jagged edges too!<p>4) stephen24: Also, I intend to change the license from AGPL to GPL next time I push out some code. No excuse not to try it out.<p>5) siliconc0w: There&#x27;s an architectural write-up at High Scalability: <a href="http://highscalability.com/blog/2013/11/25/how-to-make-an-infinitely-scalable-relational-database-manag.html" rel="nofollow">http:&#x2F;&#x2F;highscalability.com&#x2F;blog&#x2F;2013&#x2F;11&#x2F;25&#x2F;how-to-make-an-in...</a> -- I believe that the actor model architecture is distinct in InfiniSQL.<p>6) diwu1989: Yes and no. Yes, MemSQL is more mature. No,<p>(a) I&#x27;m not sure how MemSQL scales horizontally (especially since that was a feature added after v1 of their code was released), and,<p>(b) MemSQL isn&#x27;t free software<p>7) itsbits: for now InfiniSQL is mainly for hackers and early adopters--the dependencies are pretty clearly documented but it requires some effort to work with in its current state
评论 #6859516 未加载
评论 #6859672 未加载
jacob019超过 11 年前
I&#x27;m supposed to use the perl api for user and schema management? Perl holds a special place in my heart, but I&#x27;m not too excited about managing my database with it. How about an interactive console?<p>I&#x27;m currently using MySQL, how similar is the SQL syntax?
评论 #6859542 未加载
camus2超过 11 年前
I believe the original subtitle is &quot;Extreme Scale Transaction Processing&quot; . &quot;The NoSQL killer&quot; is kind of childish, nothing is going to kill anything.
评论 #6859420 未加载
评论 #6859484 未加载
wimpycofounder超过 11 年前
So...uh...how does it work? Anyone know if there is an architecture overview somewhere? And why there isn&#x27;t a link to it on the damn front page?
评论 #6859623 未加载
评论 #6859517 未加载
jbellis超过 11 年前
Last week&#x27;s discussion here: <a href="https://news.ycombinator.com/item?id=6795263" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6795263</a>
siliconc0w超过 11 年前
Can you compare InfiniSQL to existing in-memory clustered relational database solutions like Galera?
diwu1989超过 11 年前
I see this as fairly similar to memSQL, but less mature.
diger44超过 11 年前
I actually thought this was another joke at first...
stephen超过 11 年前
&quot;Not just a teaser version&quot;. Nice!
glibgil超过 11 年前
It uses 2pc so it won&#x27;t really scale.
评论 #6859682 未加载
itsbits超过 11 年前
so many dependencies to install...
jwatte超过 11 年前
Oooh! Shiny!