Live data from Hacker News

Viewing profile — tzach

tzach

HN member
Joined
Fri, Feb 20, 2015, 3:35 PM UTC
HN karma
25
Public activity
12 items

About tzach

No profile information was provided.

Recent public activity

  1. comment
    Comment #48730931

    https://github.com/scylladb/seastar High performance server-side C++ framework (used by ScyllaDB, ceph.io, redpanda..) us using a NUMA aware allocator

  2. comment
    Comment #43543609

    The engineering challenges and design decisions that led to the 1.0 release of ScyllaDB Rust Driver

  3. story
  4. comment
  5. story
  6. story
  7. story
  8. comment
    Comment #27808128

    When to use DynamoDB On Demand, Provisioned and Autoscaling

  9. story
  10. story
  11. comment
    Comment #11525999

    They are similar as both built in C/C++ with performance in mind. They are very different as Aerospike is a Key Value store, while Scylla, like Cassandra is Columnar (Key, Key, Val…

  12. comment
    Comment #10262193

    We target http://www.scylladb.com/technology/cassandra-vs-scylla-laten... DB API (CQL) is Cassandra compatible, so clients does not have to change. For more on the lock free commun…