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…
Ask HN: Has anyone used Riak? Thoughts?
11–15 of 15 posts
Re: Ask HN: Has anyone used Riak? Thoughts?
#12Re: Ask HN: Has anyone used Riak? Thoughts?
#13Riak 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.
Re: Ask HN: Has anyone used Riak? Thoughts?
#14https://aphyr.com/posts/224-do-not-expose-riak-directly-to-t...
Re: Ask HN: Has anyone used Riak? Thoughts?
#15I 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