Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Depending on exactly what you need, you can often fake this with a functional index on mod(queue_value_id, 5000). You then query for mod(queue_value_id,5000) between m and n. You can then dynamically adjust the gap between m and n based on how many partitions you want


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

Search: