TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

InfiniSQL

49 pointsby ahassanover 11 years ago

12 comments

mtravisover 11 years ago
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 未加载
jacob019over 11 years ago
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 未加载
camus2over 11 years ago
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 未加载
wimpycofounderover 11 years ago
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 未加载
jbellisover 11 years ago
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>
siliconc0wover 11 years ago
Can you compare InfiniSQL to existing in-memory clustered relational database solutions like Galera?
diwu1989over 11 years ago
I see this as fairly similar to memSQL, but less mature.
diger44over 11 years ago
I actually thought this was another joke at first...
stephenover 11 years ago
&quot;Not just a teaser version&quot;. Nice!
glibgilover 11 years ago
It uses 2pc so it won&#x27;t really scale.
评论 #6859682 未加载
itsbitsover 11 years ago
so many dependencies to install...
jwatteover 11 years ago
Oooh! Shiny!