I like ScyllaDb. But I am not sure, why does it need to run on XFS only ?
ScyllaDB Closes $16M in Series B Funding
21–30 of 74 posts
Re: ScyllaDB Closes $16M in Series B Funding
#22If I was Datastax I would be scared of Scylla. They have momentum and they are one of the best engineering teams around outside of top teams at Google/FB etc.
I wouldn't. Enterprise companies care about performance, sure. But far, far less than they care about being on a supported platform. DataStax has done the hard yards over the years to prove themselves capable of supporting Cassandra. SycllaDB has no street cred at all. So SycllaDB might make some inroads in performance critical startups and web companies. But that is likely to be about it.
This funding is part of the story to make sure Scylla can support customers but they have a much better foundation to build upon with this database tech.
Re: ScyllaDB Closes $16M in Series B Funding
#23Congratulations to the team! I would love to move over from Apache Cassandra to Scylla but honestly I'm a bit afraid to do that. I have no doubt that it's much faster but I haven't seen hard numbers about consistency and availability. Apache Cassandra is a much older project with many installations and is battle tested (to a degree) how can I be sure that Scylla will behave as stable as Cassandra in that regard?
They dont have 100% parity yet with all cassandra features so waiting for that to move more work over to scylla, but performance per machine and lack of tuning hassle is very nice.
Re: ScyllaDB Closes $16M in Series B Funding
#24Does anyone else find it a bit weird that a post on ScyllaDB's blog announcing their fundraising starts with: "ScyllaDB announced today that it?" It seems weirdly self referential to me. They're definitely not the only ones to do this though. Anyways, congrats on the funding guys, certainly not trying to cast shade.
This is the standard format for a press release (note the URL of the article - scylladb.com/press-release/...) https://en.wikipedia.org/wiki/Press_release
Re: ScyllaDB Closes $16M in Series B Funding
#25Does anyone else find it a bit weird that a post on ScyllaDB's blog announcing their fundraising starts with: "ScyllaDB announced today that it?" It seems weirdly self referential to me. They're definitely not the only ones to do this though. Anyways, congrats on the funding guys, certainly not trying to cast shade.
Re: ScyllaDB Closes $16M in Series B Funding
#26I don't get it. Is this just a faster Cassandra? What's their competitive niche?
The solution has been to just buy more nodes (if you don't want long repairs, store less than 1TB of data per node) and faster disks. Read Repair maintenance is probably the only thing I hate about Cassandra - and seeing benchmarks that Scylla does these operations on the order of minutes rather than hours is attractive enough for most people (I don't think most deploys are even coming close to the benchmarked txn/s in real-world workloads, for both databases). Both compaction and repair tend to be CPU intensive (both work by essentially reading a ton of data), so I'd imagine the move to C++ and the core-per-thread design is more efficient.
In short, the operational efficiency is far more attractive even if you aren't pushing a trillion writes/sec.
I've been thinking about testing Scylla for a while, but unfortunately they don't support the features we support, and while our Cassandra deployment is a rather comparatively large cost, there are enough things on my plate right now where trading my current set of evils for other unknown ones isn't very attractive.
See this post by Discord App - https://blog.discordapp.com/how-discord-stores-billions-of-m... - where they are mentioning moving to Scylla from Cassandra for similar reasons. Performance is fine, but repair efficiency is more of the driving factor.
I'd also add that Cassandra advertises itself as a relatively high performance database for distributed workloads. If something like a faster Cassandra doesn't entice you, chances are you'd be better served by something like Postgres anyways.
Re: ScyllaDB Closes $16M in Series B Funding
#27Earlier quoted context omitted.
A faster, well engineered, drop in replacement for Cassandra is a pretty competitive niche in of itself, don't you think?
I guess but I don't really know. Lots of people have Cassandra in production. I suppose there is a certain segment of that market that needs a super high performance version, but is it really that big?
Re: ScyllaDB Closes $16M in Series B Funding
#28Re: ScyllaDB Closes $16M in Series B Funding
#29Earlier quoted context omitted.
This is the standard format for a press release (note the URL of the article - scylladb.com/press-release/...) https://en.wikipedia.org/wiki/Press_release
I guess that makes some sense. It's still pretty weird to me though, the big difference with a press release is that the press is writing about an announcement that the company made. So it makes sense to describe the company in third person. If the company is writing for themselves they should just announce that they want to announce rather than announce their announcement.
Re: ScyllaDB Closes $16M in Series B Funding
#30Is there any change to the data model? Guessing still no secondary indexes for example.