---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Is there a way to get random rows besides ORDER BY random()? The problem with ORDER BY
random() is that is has to get all the rows from the table before the results are returned.
- Re: [GENERAL] selecting random rows Joseph Shraibman
- Re: [GENERAL] selecting random rows Dennis Gearon
- Re: [GENERAL] selecting random rows Bruce Momjian