TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Generating Random Data in ClickHouse

4 点作者 tylerhannan超过 2 年前

2 条评论

zX41ZdbW超过 2 年前
This post does not mention `clickhouse-obfuscator`.<p>It is a small tool that generates datasets based on another dataset - with the same structure and the same distribution of values, including the mutual distributions. It allows data anonymization while preserving the key properties of the data.<p>Here is a short tutorial with examples: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;newsletter_2022_november" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;newsletter_2022_november</a><p>Here is the reasoning behind this tool: <a href="https:&#x2F;&#x2F;habr.com&#x2F;en&#x2F;company&#x2F;yandex&#x2F;blog&#x2F;485096&#x2F;" rel="nofollow">https:&#x2F;&#x2F;habr.com&#x2F;en&#x2F;company&#x2F;yandex&#x2F;blog&#x2F;485096&#x2F;</a>
zX41ZdbW超过 2 年前
Another idea - why don&#x27;t plug in faker.js as an UDF?