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

Allows option of storing best candidate powerset in the rocksdb #600

Open
pranavbhole opened this issue Feb 14, 2020 · 0 comments
Open

Allows option of storing best candidate powerset in the rocksdb #600

pranavbhole opened this issue Feb 14, 2020 · 0 comments

Comments

@pranavbhole
Copy link
Contributor

Currently we are storing best candidates powerset in memory, we should consider storing in this the optional rocksdb. In the case of number of columns goes up above 100, powerset generates many entries and occupies the heap space. For lesser number of cols, in memory store is good.

Any thoughts? @patelh @pavanab4u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant