Sereena is looking to partition her table based on the injection time and query data from specific partitions instead of scanning the entire table. She also wants to partition data based on a timestamp field like event_time to query data quickly based on the event time.
Sereena Eldhose
Asked on Jul 12, 2023
create index
with the event_time as the indexed column may help accelerate queries that point select a specific time point or scan a time range.