Live data from Hacker News

Ask HN: Has anyone used Riak? Thoughts?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Has anyone used Riak? Thoughts?

#11
post #5

I was using Riak for IoT measurement storage. Was working well, apart from "not possible to delete something". We got rid of it, because it was WAY oversized for our needs, it requires at least 3 servers to get benefits of architecture and querying data was slow in practice and very unwieldy at start, because you needed to essentially write your own "sharding" and paging support for queries. It was essentially big du…

I’m surprised it had a server minimum. Seems like it should architecturally scale from 1 to whatever. But I guess it isn’t as simple as the front page makes it seem. I assumed it works like a simple distributed compute and storage system

Re: Ask HN: Has anyone used Riak? Thoughts?

#13

Riak was one of the OG k/v stores by [basho]( https://en.wikipedia.org/wiki/Basho_Technologies ). They were kind of early to the world of distributed k/v stores and flourished quite a lot but ultimately got usurped by the cloud giants.

Why do you think they lost out to cloud with such a head start?

Re: Ask HN: Has anyone used Riak? Thoughts?

#15
post #11
post #5

I was using Riak for IoT measurement storage. Was working well, apart from "not possible to delete something". We got rid of it, because it was WAY oversized for our needs, it requires at least 3 servers to get benefits of architecture and querying data was slow in practice and very unwieldy at start, because you needed to essentially write your own "sharding" and paging support for queries. It was essentially big du…

I’m surprised it had a server minimum. Seems like it should architecturally scale from 1 to whatever. But I guess it isn’t as simple as the front page makes it seem. I assumed it works like a simple distributed compute and storage system

It's not real enforced minimum, only "minimum against server failure". You can run it on one server, but you won't get distributed failover storage (something like RAID).
Post reply on HN