Live data from Hacker News

Viewing profile — mikaelronstrom

mikaelronstrom

HN member
Joined
Mon, Apr 09, 2018, 9:52 PM UTC
HN karma
34
Public activity
58 items

About mikaelronstrom

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #45347106

    Dydra using RonDB as backend scales to many billions of items in a graph database with revisioned history.

  7. story
  8. comment
    Comment #45087780

    Not sure how it is today, but in the 90s and early 00s when I worked at Ericsson Mnesia had a number of systems that it was used in. There was interestingly 4 DBMSs developed at Er…

  9. story
  10. comment
    Comment #44970941

    This provides the How-To explanation of challenges one can meet when building highly scalable Key-value stores using a REST server and Python clients.

  11. story
  12. story
  13. comment
    Comment #43361944

    The reliability of OVH has so far not been a problem. Performance is mostly a factor of the VM instances that you use, AWS has much more instances to choose from, but obviously at …

  14. comment
    Comment #43361894

    There are lots of alternatives for database solutions with Kubernetes, in Hopsworks we use RonDB which is highly available and has a MySQL interface but also supports a REST API an…

  15. comment
    Comment #43361859

    One obvious benefit of OVH compared to Hetzner is the S3 storage, the Kubernetes framework and a number of other services provided by OVH, don't think Hetzner would provide those s…

  16. comment
    Comment #43361831

    Hopsworks has a platform with a high-availability database (RonDB), a highly available distributed file system (HopsFS) and the services are also redundant. Hopsworks even supports…

  17. comment
    Comment #41860740

    Intriguingly simple implementation of fibers in Linux and Mac OS X can be used to experiment on the use of fibers in the RonDB database engine.

  18. story
  19. story
  20. story
  21. comment
    Comment #38023337

    New VM types using Intel/AMD VMs of the 4th generation in GCP is compared to 2nd generation VMs. Benchmark is Sysbench and database is RonDB (www.rondb.com).

  22. story
  23. comment
    Comment #36644547

    Some playing with numbers for vacations.

  24. story
  25. comment
    Comment #35525512

    RonDB is a KV store with SQL capabilities (the MySQL storage engine NDB is maintained by Oracle as part of MySQL NDB Cluster). Hopsworks is on top of this adding a new REST API (RE…