How to get URL link on X (Twitter) App
https://twitter.com/MarcJBrooker/status/1573109939475816450Erlang spent a big part of his career thinking about how to apply statistics to the behavior of telephone networks. Given a certain amount of capacity, how many customers can this telephone system serve? As our customer base grows, how will the quality of service they get change?
https://twitter.com/MarcJBrooker/status/1571135391230742528Note how SI is only sensitive to write set sizes (|W|), because it cares only about write-write conflicts. Serializability is sensitive to both read (|R|) and write set sizes, because it cares about read-write conflicts.
https://twitter.com/jonathaneyer/status/1560122825553260545The trick is in the definitions. Compare this definition of CAP "A" availability (from Gilbert and Lynch) to what most people will assume you mean when you say "highly available". "Every request received by a non-failing node must result in a response" 🤔
https://twitter.com/jindalabhilash/status/1554661576770146304The graph shows the ratio between the mean load and 99th percentile load for a fleet of machines. As you can see, it's not quite a linear relationship with sqrt(N), but not too far off.
https://twitter.com/_joemag_/status/1539084285881114624First, our architecture. There's a client offering some rate of requests, an LRU cache with a limited size, and a backend database that can handle some fixed rate of requests (less than the client offers).
https://twitter.com/altluu/status/1506716378744590340According to Hogarth et al, in a kind environment "feedback links outcomes directly to the appropriate actions or judgements". Learning in these environments is easier, because feedback guides you in the right direction.