Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLucene+Tair来一份文章? #38
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近遇到一个场景,数据量不是很大,开ES集群比较浪费成本,但是又要求全文检索,那么突然想到一个骚操作,Lucenue 直接把 索引文件存到Tair之类的分布式存储中去,每个lucene 直接内嵌到服务中,这样就可以实现一个小型的ES了,不知三太子怎么看