https://codeahoy.com/2017/08/11/caching-strategies-and-how-to-choose-the-right-one/ https://shahriar.svbtle.com/Understanding-writethrough-writearound-and-writeback-caching-with-python https://yunpengn.github.io/blog/2019/05/04/consistent-redis-sql/ https://www.reddit.com/r/AskComputerScience/comments/bqrt4a/write_around_cache/eo783s4/ https://medium.com/system-design-blog/what-is-caching-1492abb92143
Monthly Archives: May 2021
transactions-when-writing-to-Transactions when writing to two or more different data-storages
not sure whether this is the correct answer, but this is something I can find: https://stackoverflow.com/questions/16441645/transactions-when-writing-to-two-or-more-different-data-storages
consistency for sql with cache
https://yunpengn.github.io/blog/2019/05/04/consistent-redis-sql/
a brief discussion about rest, rcp and http
https://etherealbits.com/2012/12/debunking-the-myths-of-rpc-rest/
how to create new user for mysql database and connected through workbench
https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost the change I made is to replace auth_socket with this will allow to type password. I found through the auth_socket, no password is needed in terminal, but i cannot use it to connect through workbench.