Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Druid Time column is not null by default, thus we can transform
select count(__time) from table
to
select count(*) from table