Live data from Hacker News

Viewing profile — zzsheng

zzsheng

HN member
Joined
Sat, Nov 02, 2024, 10:45 PM UTC
HN karma
33
Public activity
19 items

About zzsheng

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
  4. story
  5. comment
  6. story
  7. comment
    Comment #48121591

    we manage memory instead of relying on page cache

  8. comment
    Comment #48083123

    sorry, typo. data will *not* be lost.

  9. comment
    Comment #48079800

    check s3 express one zone

  10. comment
    Comment #48079794

    journal file was pre-alloacated and we use direct-io for journal write so no need to call fsync.

  11. comment
    Comment #48079477

    nop. we will not ack any write which is not in data or journal. please check the put details in the blog.

  12. comment
    Comment #48079465

    actually both crash consistentcy and durability. after we ack, we make sure data will be lost due to crash, restart or power loss.

  13. comment
    Comment #48079412

    we also use direct-io for reads.

  14. comment
    Comment #48078850

    thanks for feedback. actually it was pointed out in blog that we do not use append only log to avoid fsync due to size change. what we use is preallocate fixed size log file and we…

  15. comment
  16. comment
    Comment #48047281

    Author here. This is not a general argument against fsync; the design depends on SSD-only deployment, preallocated files, O_DIRECT, single-key atomicity, and device write guarantee…

  17. story
  18. story
  19. story