I was going through the answer given by Roberto in the following post.
What is the difference between partitioning and bucketing a table in Hive ?
And it seems like partitioning data over date (if my data is coming daily) is not a good idea, as it will end up creating many directories and files in HDFS and will decrease the overall performance of the query?
What should I do in the case where I have a business requirement in which date is going to be used more often for querying data?