pglite
pglite copied to clipboard
extension: pg_trgm
support for similarity of text using trigram matching
https://www.postgresql.org/docs/current/pgtrgm.html
Use case for me for pglite:
- Offloading work from the DB to instant read replicas living inside serverless functions
- pg_trgm is commonly used for string comparisons and provides the
GIN
andGIST
index handling