CTO 101 — S01: Database — Chap09: Search Engine
As the name says, “Search Engine”, these databases are good for searching through large data, so the read is optimized here. They normally Support full-text search Stemming, Ranking and grouping of search results, Distributed search for high scalability. Most Popular: Elasticsearch, Solr, Splunk, MarkLogic Where to use: Complimentary to the main database for searching through…
Read more
Recent Comments