MongoDB full text search in production?

久未见 提交于 2019-12-24 08:26:48

问题


Does anyone have experience of using MongoDB full text search in production?
What advice can you give me about that?
I think it is a little risky to use it in production because it's in beta state. Am i right?


回答1:


Currently (September 2013) The MongoDB fulltext search is still in beta stage. The documentation explicitely warns from using it:

The text search is currently a beta feature

[...]

Warning:

•Do not enable or use text search on production systems.

Likely reasons for this warning:

  1. Implementation- and API details are subject to change. Anything you develop and which works now could fail the next time you update MongoDB.
  2. It isn't fully tested. There could still be obscure bugs lurking in it which could break your application.

For these reasons you should not use it in a real-world application before 10gen has declared it finished.

Update: As of Version 2.6, text search has production quality.



来源:https://stackoverflow.com/questions/18622467/mongodb-full-text-search-in-production

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!