⬅︎ Back to Optimization of getting random rows out of a PostgreSQL in Django
I was just thinking, why not to use "in_bulk" to get a random id's. This could reduce number of requests to the db significantly.
Comment
I was just thinking, why not to use "in_bulk" to get a random id's. This could reduce number of requests to the db significantly.