Home >Backend Development >PHP Tutorial >关于mysql查询url的问题

关于mysql查询url的问题

WBOY
WBOYOriginal
2016-06-23 14:13:281630browse

如果要查询url的话,太长会影响到效果,所以文中提到给表添加一个例如url_crc的列,通过crc32函数进行查询,
但不明白为什么文中提到的 "这个缺点就是要维护哈希值",以及手动创建触发器维护的话会不会有副作用?


回复讨论(解决方案)

奇谈怪论
crc32 并不能保证唯一,即不同的 url 可能具有相同的 CRC32 值
如果需要在出现 CRC32 相同时再查一次 url 的话
那干嘛不在 url 张做索引来查询呢?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn