Skip to content
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

Distinct count takes too long for big tables. #613

Open
acautin opened this issue Aug 19, 2019 · 0 comments
Open

Distinct count takes too long for big tables. #613

acautin opened this issue Aug 19, 2019 · 0 comments

Comments

@acautin
Copy link
Contributor

acautin commented Aug 19, 2019

It seems most of the time is spent finding if the values are already present here:
https://github.com/K2InformaticsGmbH/dderl/blob/master/src/dderl_fsm.erl#L1559

Evaluate if the performance can be improved by using ets tables or maps for accumulating the intermediate results without having a big impact in the memory consumption/garbage generated.

@acautin acautin self-assigned this Aug 19, 2019
@acautin acautin removed their assignment Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant