SpaceBase Can Now Be Used as a Spatial Redis
blog.paralleluniverse.co
SpaceBase Can Now Be Used as a Spatial Redis
1–10 of 10 posts
Re: SpaceBase Can Now Be Used as a Spatial Redis
#2Re: SpaceBase Can Now Be Used as a Spatial Redis
#3Product appears to have nothing to do with Redis and isn't even remotely compatible. Marketer uses buzzword to attempt to get credibility and hence immediately loses all credibility with actual market.
Re: SpaceBase Can Now Be Used as a Spatial Redis
#4Product appears to have nothing to do with Redis and isn't even remotely compatible. Marketer uses buzzword to attempt to get credibility and hence immediately loses all credibility with actual market.
It can be used in the same way and for the same purpose Redis is used, only for spatial updates/queries. Take a look at the Thrift/Erlang documentation.
Spacebase appears to be a significantly more primitive KV store that implements RTree. Not that that's bad; looks interesting, even though it appears that the product won't be free, and so in my opinion is probably doomed.
Using 'Redis' in the title is just embarrassing for Spacebase and, by extension, for YC too. No need to troll the professional developer community with ridiculous comparisons.
Re: SpaceBase Can Now Be Used as a Spatial Redis
#5It is an interesting development though. It uses R-trees and the whole data set and index is keep in memory.
Re: SpaceBase Can Now Be Used as a Spatial Redis
#6Earlier quoted context omitted.
It can be used in the same way and for the same purpose Redis is used, only for spatial updates/queries. Take a look at the Thrift/Erlang documentation.
I don't think you understand Redis. Redis is also a key-value store, but implements a variety of structures, not just RTree, and has a large number of operations on those data structures ( http://redis.io ). Spacebase appears to be a significantly more primitive KV store that implements RTree. Not that that's bad; looks interesting, even though it appears that the product won't be free, and so in my opinion is probab…
Re: SpaceBase Can Now Be Used as a Spatial Redis
#7Earlier quoted context omitted.
I don't think you understand Redis. Redis is also a key-value store, but implements a variety of structures, not just RTree, and has a large number of operations on those data structures ( http://redis.io ). Spacebase appears to be a significantly more primitive KV store that implements RTree. Not that that's bad; looks interesting, even though it appears that the product won't be free, and so in my opinion is probab…
I had the same impression. The author doesn't know Redis well or he wouldn't have made that comparison.
Re: SpaceBase Can Now Be Used as a Spatial Redis
#8Earlier quoted context omitted.
I had the same impression. The author doesn't know Redis well or he wouldn't have made that comparison.
The comparison is meant to be functional - not technical. Most people use Redis as a low-latency key-value store either for write-heavy uses, short-term storage or as a cache. SpaceBase is, indeed, not a key-value store, but it can now serve the same purpose Redis does, namely, a low-latency, write-heavy data-store, only for spatial indexing rather than key indexing. I think I've made an apt, fair analogy.
Re: SpaceBase Can Now Be Used as a Spatial Redis
#9Earlier quoted context omitted.
I had the same impression. The author doesn't know Redis well or he wouldn't have made that comparison.
The comparison is meant to be functional - not technical. Most people use Redis as a low-latency key-value store either for write-heavy uses, short-term storage or as a cache. SpaceBase is, indeed, not a key-value store, but it can now serve the same purpose Redis does, namely, a low-latency, write-heavy data-store, only for spatial indexing rather than key indexing. I think I've made an apt, fair analogy.