Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在布隆过滤器解决缓存穿透问题一章感觉有问题 #16

Open
CarterPlus opened this issue Feb 10, 2022 · 1 comment
Open

Comments

@CarterPlus
Copy link

根据布隆过滤器解决缓存穿透问题这一章的设计方案,把不存在数据库的信息存入到布隆过滤器,如果攻击者把ID为-1~-999999999999的请求(假设这批数据都不存在数据库)同时发送,那么这些都要达到数据库,这么多请求数据库肯定会奔溃掉吧?

@wangfei910
Copy link
Contributor

wangfei910 commented Feb 10, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants