List of questions
Related questions
Question 290 - Professional Data Engineer discussion
You work for a large ecommerce company. You store your customers order data in Bigtable. You have a garbage collection policy set to delete the data after 30 days and the number of versions is set to 1. When the data analysts run a query to report total customer spending, the analysts sometimes see customer data that is older than 30 days. You need to ensure that the analysts do not see customer data older than 30 days while minimizing cost and overhead. What should you do?
A.
Set the expiring values of the column families to 30 days and set the number of versions to 2.
B.
Use a timestamp range filter in the query to fetch the customer's data for a specific range.
C.
Set the expiring values of the column families to 29 days and keep the number of versions to 1.
D.
Schedule a job daily to scan the data in the table and delete data older than 30 days.
Your answer:
0 comments
Sorted by
Leave a comment first