What is the most efficient way to get count of records meeting different search criteria from a Hive table.
1. count all records where column-a = Null
2. count all records where column-b in [1, 3, 5]
3. count all records where column-c = 'xxx'
etc.
there are a couple hundred of these counts, in groups of 3 or 4.