当前位置:网站首页>Discussion on Chinese Fuzzy Retrieval in Databases
Discussion on Chinese Fuzzy Retrieval in Databases
2022-08-10 06:50:00 【CSDN Q&A】
Now encounter such a scenario, I now have nearly tens of thousands of data in the database.Their format is one Chinese, one English, and one id.
Now start to search Chinese, but his sql is fuzzy search.Should be %x%.How to make the program quickly respond to the retrieved data
Try and discuss:
1. First of all, %x% in mysql; this will directly lead to the failure of the index; everyone should not publish the index; it is impossible to increase the hardware performance; I just want to discuss now,Regarding design, performance, and programming issues
2. Personal thoughts, I have thought about converting Chinese to base64, through Chinese word segmentation, and then matching and searching.
3. There is another way, after checking all the data, put the data in the container, and retrieve the data by writing a small algorithm
Want to ask everyone, if you have experience in this area, you can quickly retrieve data for fuzzy retrieval in Chinese
边栏推荐
猜你喜欢
COLMAP+OpenMVS实现物体三维重建mesh模型
mysql之两阶段提交
全网可达并设备加密
第12章 数据库其它调优策略【2.索引及调优篇】【MySQL高级】
Text-to-Image最新论文、代码汇总
Reproduce dns out-band data combined with sqlmap
C language file operation
全网可达,实现备份
COLMAP+OpenMVS realizes 3D reconstruction mesh model of objects
Chapter 12 Other Database Tuning Strategies [2. Index and Tuning] [MySQL Advanced]
随机推荐
Lunix(阿里云服务器)安装Anaconda并开启jupyter服务本地访问
SCS【2】单细胞转录组 之 cellranger
tqdm高级使用方法(类keras进度条)
IDLE开发wordCount程序(第五弹)
MySQL之InnoDB引擎(六)
结构体初阶
Two-dimensional cartoon rendering - coloring
排序二叉树代码
S0:12345:respawn:/bin/start_getty 115200 ttyS0 vt102
Qt信号槽与事件循环的关系
全网可达,实现备份
Basic use of Log4j2
请问一下。Oracle CDC 连接器支持 LogMiner 和 XStream API 两种方式捕
数据库学习之数据类型
浏览器适配杂记
941 · 滑动拼图
C语言文件操作
QScroller的QScrollerProperties参数研究
Grammar Basics (Judgment Statements)
修改 QtCreator 配置解决 “无法运行 rc.exe” 问题