3545f2b6199a203adcfdf20225cf45edcb9c84b3
In latency sensitive code paths, the performance penality caused by file lock contention and memory cache invalidation is too high. This problem happens in Rigo, which is extremely latency sensitive. Since we don't want to crap on the user, a way to solve this is letting API consumers skip the memory cache and read data directly from the database store. The trade off is that data may be stale, incomplete, or invalid, but as long as the consumer is aware of this, that's fine.
Description
No description provided
Languages
Python
98.8%
Shell
0.7%
Makefile
0.4%