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

Making TupleMerge a Runtime Option and Validating Correctness #196

Open
mjgiardino opened this issue May 7, 2015 · 0 comments
Open

Making TupleMerge a Runtime Option and Validating Correctness #196

mjgiardino opened this issue May 7, 2015 · 0 comments

Comments

@mjgiardino
Copy link
Contributor

Right now, whether the system uses block merging (i.e. an entire block is removed from the AntiCacheDB and all its tuples merged into the in-memory table) or tuple merging (i.e. a single needed tuple is merged into the table and the block remains in the AntiCacheDB), is determined by setting variables in persistenttable. This should be a runtime option, using an option in HStoreConf.

In addition, tuple merge needs to be validated for correctness both via code review and by adding test cases. Bugs have been fixed in the fork mikelj/h-store (commits: mjgiardino@cc86df2, mjgiardino@6cd058c, mjgiardino@5848065) but there may be more errors.

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