Viewing profile — davidjc1
davidjc1
HN member- Joined
- Thu, Nov 08, 2018, 9:36 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About davidjc1
No profile information was provided.
Recent public activity
-
comment
Comment #18406220
Many SSDs only write 4kb blocks, and writing a 64bit datapoint uncompressed to disk would not only be slow, but it would result in write amplification and wear out the disk sooner.…
-
comment
Comment #18405819
There are some properties of the data that can be exploited to add weaker consistency guarantees. This leads to some desirable design trade-offs in terms of simplicity and performa…
-
comment
Comment #18405324
That may be a perfectly good solution if you have a very static infrastructure and narrow use case. As a thought exercise, for the most trivial solution, you could create a single …