Live data from Hacker News

ScyllaDB Open Source 3.0

scylladb.com

61–70 of 73 posts

Re: ScyllaDB Open Source 3.0

#61

Anyone using this in production? Any thoughts or tips on how to adapt traditional MongoDB workflows to this?

Thanks is everyone for the tips.

More about Ultrabug's use case from Mongo in his awesome presentation at our summit: https://www.scylladb.com/tech-talk/numberly-on-joining-billi...

Re: ScyllaDB Open Source 3.0

#63

Anyone using this in production? Any thoughts or tips on how to adapt traditional MongoDB workflows to this?

We are (Numberly) running it in production indeed and our use cases keep on increasing!

As glommer and PeterCorless mentioned, I'd be happy to share thoughts and learnings about it.

Feel free to show up and ask questions mate: you can easily find me on the community Slack channel, freenode IRC or Twitter.

Re: ScyllaDB Open Source 3.0

#64

Anyone using this in production? Any thoughts or tips on how to adapt traditional MongoDB workflows to this?

We are (Numberly) running it in production indeed and our use cases keep on increasing! As glommer and PeterCorless mentioned, I'd be happy to share thoughts and learnings about it. Feel free to show up and ask questions mate: you can easily find me on the community Slack channel, freenode IRC or Twitter.

Which slack channel? I’d love to join.

Re: ScyllaDB Open Source 3.0

#65

Earlier quoted context omitted.

What's a light weight transaction?

A compare-and-set request. E.g., I can read version 3 of a row, and write version 4 if the current version is still 3 , so that if someone else writes version 4 I don't clobber whatever they just did.

That’s a really succinct definition. I like it. Thank you.

Re: ScyllaDB Open Source 3.0

#66

Earlier quoted context omitted.

We are (Numberly) running it in production indeed and our use cases keep on increasing! As glommer and PeterCorless mentioned, I'd be happy to share thoughts and learnings about it. Feel free to show up and ask questions mate: you can easily find me on the community Slack channel, freenode IRC or Twitter.

Which slack channel? I’d love to join.

This one: https://scylladb-users.slack.com

Re: ScyllaDB Open Source 3.0

#70

Earlier quoted context omitted.

A compare-and-set request. E.g., I can read version 3 of a row, and write version 4 if the current version is still 3 , so that if someone else writes version 4 I don't clobber whatever they just did.

That’s a really succinct definition. I like it. Thank you.

To be clear, "lightweight transactions" are a Cassandra specific term, nobody else uses that. Compare-and-set, atomic updates, or just transactions are the normal terms.
Post reply on HN