Hacker News new | ask | show | jobs
by bgdkbtv 801 days ago
How is it for writes? Would a CRM type system benefit from liteFS setup?
2 comments

In Fly's implementation;

> LiteFS’ use of FUSE limits the write throughput to about 100 transactions per second so write-heavy applications may not be a good fit.

https://fly.io/docs/litefs/faq/#what-are-the-tradeoffs-of-us...

Seems that 100 writes per second is more than enough for a typical CRM (for a local business).
The article says "LiteFS supports roughly 100 writes per second".