Viewing profile — orhanhh
orhanhh
HN member- Joined
- Thu, May 02, 2019, 8:14 PM UTC
- HN karma
- 21
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About orhanhh
No profile information was provided.
Recent public activity
-
comment
Comment #23672754
I tested clusters with between 3 and 12 nodes, and the differences were similar for the different sizes. I’m not sure how it performs for larger clusters than that though. Addition…
-
comment
Comment #23660295
I used 100 as the scale factor and used different weights for benchmarks A through F, defined by the original YCSB project here: https://github.com/brianfrankcooper/YCSB/tree/maste…
-
comment
Comment #23582810
I used oltpbenchmark and ran automated tests on hetzner cloud using Terraform and some automation scripts. The comparisons are based on the YCSB workloads executed by oltpbenchmark…
-
comment
Comment #23582568
I recently benchmarked TiDB (pre 4.0), CockroachDB and YugabyteDB. TiDB outperformed the others for write throughout and latency, probably because it has a bit weaker isolation gua…
-
comment
Comment #22985535
Do you think these are counted differently? TV viewers statistics often use average number of people in a household, iirc. I would guess the HBO number is just the actual number of…
-
comment
Comment #22854239
Note that neither CockroachDB or TiDB use Golang for their actual storage engine, which is in both cases written in C (RocksDB). They do use Golang for SQL parsing though, which is…
-
comment
Comment #22507023
I assume they are able to target these users with advertisements (by paying Facebook money..)
-
comment
Comment #22303443
I use Arq on two macs and it works very well with B2.
-
comment
Comment #22285008
Check out this: https://github.com/JesseKPhillips/USA-Constitution It's not an official source, but they added the history with correct dates etc. Very cool concept! Our student or…
-
comment
Comment #22179772
For downloading the data there is an option to download "Ads and Businesses" under "Information About You". I just downloaded it, and it includes all data that was shared. However,…
-
comment
Comment #21710887
Have you checked out Overleaf? I would say they are proof that there is definitely a market. My university (40k students, 8k employees) has a deal with them where all students and …
-
comment
Comment #21047016
How do you suggest one configures Redis to avoid this kind of possible data loss while maintaining throughput? I think when enabling replication, users will assume that recent writ…
-
comment
Comment #20999920
Django-rest-framework is super productive once you learn it. It has a bit of a learning curve, but it’s worth it if you are writing a lot of APIs, especially if you’re doing a lot …