Bluesky Improves Performance with 'Lossy Timelines'

2025-02-19

Bluesky tackled database hot spots caused by high-activity users by introducing 'Lossy Timelines'. This mechanism probabilistically drops write operations, limiting the load from heavily followed users and dramatically reducing P99 latency. Write operations that could take minutes now complete in under 10 seconds. This strategy cleverly sacrifices some data consistency for massive gains in system performance and scalability, demonstrating that imperfect system design can lead to a better user experience in specific contexts.

Development