bookmate game
en
Martin Kleppmann

Designing Data-Intensive Applications

Сообщить о появлении
Загрузите файл EPUB или FB2 на Букмейт — и начинайте читать книгу бесплатно. Как загрузить книгу?
9781491903117
Эта книга сейчас недоступна
1 061 бумажная страница
Уже прочитали? Что скажете?
👍👎

Впечатления

  • Dauren Chapaevделится впечатлением5 лет назад
    👍Worth reading

Цитаты

  • esandrewцитирует4 года назад
    However, the downside of approach 2 is that posting a tweet now requires a lot of extra work. On average, a tweet is delivered to about 75 followers, so 4.6k tweets per second become 345k writes per second to the home timeline caches. But this average hides the fact that the number of followers per user varies wildly, and some users have over 30 million followers. This means that a single tweet may result in over 30 million writes to home timelines! Doing this in a timely manner—Twitter tries to deliver tweets to followers within five seconds—is a significant challenge. In the example of Twitter, the distribution of followers per user (maybe weighted by how often those users tweet) is a key load parameter for discussing scalability, since it determines the fan-out load. Your application may have very different characteristics, but you can apply similar principles to reasoning about its load.
  • Hyeonsoo Shinцитируетвчера
    A fault is usually defined as one component of the system deviating from its spec, whereas a failure is when the system as a whole stops providing the required service to the user
  • Hyeonsoo Shinцитирует5 дней назад
    We call an application data-intensive if data is its primary challenge—the quantity of data, the complexity of data, or the speed at which it is changing—as opposed to compute-intensive, where CPU cycles are the bottleneck

На полках

fb2epub
Перетащите файлы сюда, не более 5 за один раз