Thanks for clarification. ________________________________ Šalje: Jason Huynh <jhu...@pivotal.io> Poslano: 19. veljače 2020. 18:05 Prima: geode <dev@geode.apache.org> Predmet: Re: Question about Hash Indexes
Hi Mario, >From my understanding: 1.) The Hash Index was implemented unlike a traditional hash index, instead it is more of a memory saving index that uses hashing to not store keys. When the backing data structure needs to expand, it needs to rehash a lot of data and this can be detrimental at runtime. 2.) It's been deprecated so I don't see a reason why it wouldn't be removed in the future... 2b.) I think a true traditional hash index would be good to have in the project and maybe we would be able to un-deprecate it instead... Thanks, -Jason On Wed, Feb 19, 2020 at 1:36 AM Mario Ivanac <mario.iva...@est.tech> wrote: > Hi geode dev, > > could you help us with some questions regarding Hash Indexes: > > 1. Why are Hash Indexes deprecated? > 2. Are there any plans in the future for there removal? > > Thanks, > Mario >