PostgreSQL Fuzzy Text Search: Not so fuzzy to fuzziest
So you have a bunch of data that comes from some human source (Free text form fields, reviews, blogs, classified ads, social media) and you want to do some analysis on it. but with people being the way they are, you're going to have some problems:
A...
blog.brendanscullion.com8 min read
Aditya Mitra
Bigger the problem, better the solution
Great and very insightful! I did not know about
fuzzystrmatchDo you think NOSQL alternatives (ElastiSearch and MelliSearch) are always better than SQL ones(PostgreSQL) in terms of search?
I think PostgreSQL provides a lot of features that would typically need a normal application using NOSQL 2 or 3 different types of databases for the uses cases.