[PostgreSQL Scaling and Optimization] How to search on 10 GB data (1 million rows) within 5 ms?
Warning
This article will help you to make a full text search API on PostgreSQL - a kind of text and retrieval problem.
Nowadays, in large-scale system, people usually decouple write-heavy DB and read-heavy DB, not one for all. Example: using Postg...
leonardkieu.hashnode.dev7 min read