Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Potential optimization: Allow buckets to be larger to contain "the rest" of the last instance. #81

Closed
HGinnerup opened this issue Mar 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HGinnerup
Copy link
Collaborator

HGinnerup commented Mar 18, 2022

For instance, in the IMDB data, COUNT(keyword.id=335) is 72496

Nothing is gained from splitting this into many buckets, may as well just let óne bucket contain them all.

Potential solution: When a bucket is made, when it's full, look at the top value, anything following if it's equal.

@HGinnerup HGinnerup added the enhancement New feature or request label Mar 18, 2022
@HGinnerup HGinnerup self-assigned this Mar 18, 2022
@kris701 kris701 closed this as completed Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants