✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A social media platform displays a counter showing the number of likes on each post. The counter is updated thousands of times per second across the platform but rarely needs to reflect the exact latest count to its users. A development team proposes using write-through caching for this counter so that the cache and database always agree. The strongest argument against this design choice is that: