Hacker News new | past | comments | ask | show | jobs | submit login

Yeah, a stack of free indexes is good. In the rare case of "lots of indexes, but little (extra) memory" a bitmap can be good because it's 1 bit per index rather than ⌈log2(N)⌉ bits per index and has a constant factor speed up equal to the word-size of the architecture.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: