Open pketh opened 10 years ago
be able to search entries ideally would want to do this in a performant way that does’nt rape the db (maybe will need a cache or indexing solution like sphinx in place first?)
vevo / myspace / twitter music style includes autosearch results
http://blog.mongohq.com/mongodb-and-full-text-search-my-first-week-with-mongodb-2-4-development-release/
mongo has in built text search , it's apparently not bad for my parameters.
http://stackoverflow.com/questions/17792267/mongodb-text-index-search-slow-for-common-words-in-large-table
http://docs.mongodb.org/manual/core/index-text/
be able to search entries ideally would want to do this in a performant way that does’nt rape the db (maybe will need a cache or indexing solution like sphinx in place first?)
vevo / myspace / twitter music style includes autosearch results
http://blog.mongohq.com/mongodb-and-full-text-search-my-first-week-with-mongodb-2-4-development-release/
mongo has in built text search , it's apparently not bad for my parameters.
http://stackoverflow.com/questions/17792267/mongodb-text-index-search-slow-for-common-words-in-large-table
http://docs.mongodb.org/manual/core/index-text/