You are working with a sizable dataset that has more than a million rows. The table contains a Date datetime field.
Without sacrificing data access, the data model needs to be shrunk.
What ought you to do?
-
A
Change the data type of the Date column to Text.
-
B
Trim the Date column.
-
C
Split the Date column into two columns, one that contains only the time and another that contains only the date.
-
D
Round the hour of the Date column to startOfHour.