Expand description
Random sampling alternatives for unsupported databases.
Functionsยง
- order_
by_ random_ sql - Generate ORDER BY RANDOM() LIMIT for databases without TABLESAMPLE.
- where_
random_ sql - Generate WHERE RANDOM() < threshold for row sampling.