You are developing an application that uses Amazon DynamoDB to store user activity data. The nature of the application requires that when a user performs an action, the most recent data must be shown immediately in their activity feed. Which type of read operation should you use to ensure the most up-to-date data is always retrieved?
Eventually consistent read
Strongly consistent read
Read-through caching read
Write-through caching read