-
Notifications
You must be signed in to change notification settings - Fork 231
Group refactoring #2838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group refactoring #2838
Conversation
240067a
to
a051d64
Compare
Codecov ReportBase: 91.05% // Head: 90.08% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2838 +/- ##
==========================================
- Coverage 91.05% 90.08% -0.97%
==========================================
Files 269 270 +1
Lines 25760 26139 +379
==========================================
+ Hits 23455 23547 +92
- Misses 2305 2592 +287
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
bcd65f3
to
6ed9301
Compare
82cce8b
to
20aa90f
Compare
ef63b49
to
9d63d50
Compare
* adding redis dict hashtable * aggregation group are stored in a hashtable * fix benchmark * fix benchmarks * fix benchmark * formatting * drop aggregated record * removed order by validation skeleton * refactor groups * wip * fix leak * removed group member * removed group_keys --------- Co-authored-by: Avi Avni <avi.avni@gmail.com>
Switching from
rax
tohashtable
for aggregation groups lookup