Viewing profile — mikaelronstrom
mikaelronstrom
HN member- Joined
- Mon, Apr 09, 2018, 9:52 PM UTC
- HN karma
- 34
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About mikaelronstrom
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #45347106
Dydra using RonDB as backend scales to many billions of items in a graph database with revisioned history.
- story
-
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…
- story
-
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.
- story
- story
-
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 …
-
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…
-
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…
-
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…
-
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.
- story
- story
- story
-
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).
- story
-
comment
Comment #36644547
Some playing with numbers for vacations.
- story
-
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…