HappenLee
3a11de889f
[Opt](exec) opt the performance of date parquet convert by date dict (#22384)
before:
mysql> select count(l_commitdate) from lineitem;
+---------------------+
| count(l_commitdate) |
+---------------------+
| 600037902 |
+---------------------+
1 row in set (0.86 sec)
after:
mysql> select count(l_commitdate) from lineitem;
+---------------------+
| count(l_commitdate) |
+---------------------+
| 600037902 |
+---------------------+
1 row in set (0.36 sec)
2023-08-01 12:24:00 +08:00
..
2023-07-17 13:37:02 +08:00
2023-04-25 14:33:47 +08:00
2023-07-31 13:08:28 +08:00
2023-07-29 00:31:01 +08:00
2023-08-01 12:24:00 +08:00
2023-06-16 13:11:37 +08:00
2023-03-25 23:22:57 +08:00
2023-07-29 00:31:01 +08:00