How to detect duplicate data?

后端 未结 11 1721
半阙折子戏
半阙折子戏 2021-02-01 08:24

I have got a simple contacts database but I\'m having problems with users entering in duplicate data. I have implemented a simple data comparison but unfortunately the duplicate

11条回答
  •  我在风中等你
    2021-02-01 08:46

    If you have a large database with string fields, you can very quickly find a lot of duplicates by using the simhash algorithm.

提交回复
热议问题