How would you tackle the following storage and retrieval problem?
Roughly 2.000.000 rows will be added each day (365 days/year) with the following information per ro
Use partitioning. With your read pattern you'd want to partition by entity_id hash.
entity_id