Jim Hatcher

Results 3 comments of Jim Hatcher

not sure if this is helpful or not, but Datastax has a lot of these same recommended settings and might have some good general descriptions that we could leverage: https://docs.datastax.com/en/dse/6.7/dse-dev/datastax_enterprise/config/configRecommendedSettings.html

Another extension I came across on a project is postgres_fdw. This extension allows you to connect two postgres instances and query/join/access the tables across servers. I think it would be...

just want to mention that we do support the levenshtein() function which is one way to do fuzzy matching similar to the fuzzymatch extension.