Hey, Recently I have been running some perf tests using the TPCH database and I observed that the date columns are still stored as string even though we have the date type implemented recently. I'm wondering if there are any objections against changing the type of these columns to date. My assumption is that none of the queries have to be changed just the SQL that creates the table.
Cheers, Gabor