-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add min_scan_level to nibbles with phantom result toggle #4054
base: feature/nibbles
Are you sure you want to change the base?
Add min_scan_level to nibbles with phantom result toggle #4054
Conversation
Im curious as to why this phantom result is needed, what does it store, and why? |
@underdarknl its an interesting idea. Its because we do have to query to know which objects are relevant for the nibble. But after changing the scan level, there is no change in data so saving the phantom results in the first run saves a query when changing the scan level. If the scan level is high enough now, we can just write the phantom results without having to do any querying or calculation. |
I will add this to the docs including thought process as soon as I’m back. |
|
|
Add min_scan_level to nibbles with phantom result toggle