tspurway / hustle

A column oriented, embarrassingly distributed relational event database.
Other
240 stars 36 forks source link

h_count() optimization #30

Open tspurway opened 10 years ago

tspurway commented 10 years ago

The first stage of _hcount() can always be executed in restrict-select by simply getting the length of the resulting bitmap generated by the where clause, obviating the need to actually process a counting accumulator.