Which approach should be used to retrieve an item from an Amazon DynamoDB table based on a unique hash key to ensure the MOST efficient read performance?
Search using a secondary index that contains the unique hash key.
Enable continuous backup and restore to retrieve the item quickly.
Perform a query operation using the table's primary key.
Perform a scan operation and then filter the results to find the specific item.