I am new in hive and at my current work I saw an approach where multiple tables are created based on date. E.g TableA_20220701, TableA_20220702 and so on …
I am wondering if this is any better than just creating one table that is partitioned by date.