This topic created in 729 days ago, the information mentioned may be changed or developed.
有个小的检索功能,需要在指定数据内进行名称模糊搜索,
更新频率:天级别
数据量:60w
目前方案:通过离线任务定时将所有的检索数据缓存在 redis 中,key 是检索词,value 是匹配的数据 id ,再根据 id 进行查库。
期望:就这一个小功能,所以不希望引入太复杂的技术。接口平响<150ms
2 replies • 2024-04-29 07:56:11 +08:00
 |
|
1
ashuai Apr 28, 2024
ZincSearch 了解一下
|