I’m currently researching in to a new type of numeric database sparse index, which is based on prime numbers and prime factorization. The base idea is to store only prime numbers in the index and compute the block addresses of them and all other numbers using prime factors of the number.
Advertisement