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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Identifying duplicate data from a large dataset?

2 点作者 gerenuk大约 6 年前
Hi,<p>We have a dataset around 150 million URLs and other meta data in ElasticSearch and looking for an efficient way to identify the duplicate URLs&#x2F;titles from our dataset. Used ElasticSearch term aggregation but it becomes very slow and returns only 10,000 URLs and most of the time it misses the URLs.<p>Currently, we have a redis with Sorted Sets, before any indexing URL, we look for the into redis set.<p>Options we have explored:<p>1. Clickhouse, storing all the URL and running aggregation etc. on it later on? 2. Storing the URLs in redis along with bloomfilter.<p>If you have worked on a similar thing, would love to hear your feedback.<p>Thanks.

1 comment

verdverm大约 6 年前
This is easier than deduplicating the many different URLs which have the same content. A harder problem awaits you!<p>ML &amp; basic stats
评论 #19424917 未加载