Module random_sample

Module random_sample 

Source
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.