HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
1–10 of 15 posts
Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#2Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#3Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#4Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#5Having said that, I had trouble stopping and/or restarting the cluster in a clean way. To make me even consider using it on production, it should also offer me ways to backup data and as well as convince me that future upgrades will be somewhat smooth.
Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#6I was wondering how long it would take for HyperDex to get some traction on HN. While I haven't had immediate need to use it myself, I have several friends who attest that it is a lovely system. The article doesn't mention it, but it's wicked fast, outperforming Redis in many metrics. Clearly the consistency is the big kicker though. So many systems are saying eventual consistency is "good enough." Clearly that can b…
Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#7http://news.ycombinator.com/item?id=3622059
https://groups.google.com/forum/?fromgroups#!topic/redis-db/...
Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#8Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#9Very cool.
Re: HyperDex: Super-charging your NoSQL with a Strongly Consistent Datastore
#10NoSQL/SQL trolling aside, doing data lookup in a hyperspace is such a great idea. Being able to slice my data on hyperplanes is such a useful and cool feature.
One of the best written expositions of databases properly expressed as operations over hyper-dimensional spaces was produced by Rudolf Bayer, the guy that invented the B-Tree. In the late 1990s he invented a multidimensional indexing structure based on space-filling curves called a UB-Tree and they wrote at length about how various database operations are implemented using that representation. It is generally informative if you are unfamiliar with this aspect of database theory, not just in the context of UB-Trees about which it was written.
If it is such a great idea then why does no major database implement things this way? Despite several attempts by companies like Oracle, IBM, and Microsoft, no one has described a generalized data structure for databases with hyper-rectangle operands as your primitives. There are dozens of narrow algorithm solutions known, both published and unpublished, but none that you could legitimately use in a commercial database system because they all have limitations that will adversely affect real-world applications.
Hyperdex is a conventional algorithm from the standpoint of indexing hyper-dimensional spaces. They are not doing anything new there that has not been done before. However, the update value chaining element of it is actually pretty neat.