Live data from Hacker News

Viewing profile — dorlaor

dorlaor

HN member
Joined
Thu, Jul 03, 2014, 6:47 AM UTC
HN karma
47
Public activity
14 items

About dorlaor

No profile information was provided.

Recent public activity

  1. comment
    Comment #41685790

    Some additional nuggets by ScyllaDB co-founder: - Discord couldn't complete repair with Cassandra. Not the case with Scylla - Scylla has a lot in common with Cassandra, from a good…

  2. comment
    Comment #35960021

    Most users of ScyllaDB/Cassandra use quorum or local_quorum

  3. comment
    Comment #33190138

    My understanding is that the new Rust coalescing will make the situation on-par with the new go driver. However, in the second part of the blog there is a no-coalescing test where …

  4. story
  5. comment
    Comment #28111795

    GSI, LSI are fully supported already. Backup is fully supported too (but not identical to DynamoDB). TTL is in final development mode. So yes, everything is planned to be fully sup…

  6. comment
    Comment #24984566

    Shard per core has challenges. Scylla solves it partially by making the client shard aware (topology aware), so the client submits requests directly to the right cpu core using a d…

  7. comment
    Comment #19820649

    At Scylla we initially defined a new filesystem which adheres shard-per-core and thus a single physical hyperthread has the sole access to the data and thus there is no contention.…

  8. comment
    Comment #19820600

    Seastar.io is another one, it's an async engine that utilizes all of the cores in a modern system and is the heart of Scylla's DB. However, it's complex to use it correctly

  9. comment
    Comment #19820574

    The advantage of in-memory it's also its biggest disadvantage - it's costly. NVMe can serve almost as fast as ram and is 100x cheaper. Scylla offers single digit msec (usually 1mse…

  10. comment
    Comment #19820553

    We at Scylla tune the kernel, drives, stride, clock source automatically and benchmark the disk to figure out what's its maximum parallelism so it won't queue (we can saturate 8 NV…

  11. comment
    Comment #19820521

    With LSM approach (log structured merge tree) we have at Scylla, we make all the writes batched/sequential and receive an awesome boost. Some reads can be sequential too if you sca…

  12. story
  13. comment
    Comment #10263664

    It's planned. However, I don't believe we'll pass it today. We're targeting GA for Jan and we'll give it our best shot.

  14. comment
    Comment #10262164

    Latency is great - http://www.scylladb.com/technology/cassandra-vs-scylla-laten... and we promise to improve it further. The client API is CQL. We have thrift too but it's not matu…