Hacker News new | ask | show | jobs
by chipdart 628 days ago
I think slow writes are not a major concern, as most databases already use some fast log-type data structure to persist writes, and then merge/save these logs to a higher-capacity and slower medium on specific events.