Y
Hacker News
new
|
ask
|
show
|
jobs
by
NunoSempere
384 days ago
That seems like the kind of problem that would be easily done through monte-carlo approximation? How hard is it to get 1M random rows in a postgres database?
1 comments
sylvinus
384 days ago
ClickHouse has native support for sampling
https://clickhouse.com/docs/sql-reference/statements/select/...
link