paint-brush
Digging into Postgres's Lesser Known Features by@jason
1,725 reads
1,725 reads

Digging into Postgres's Lesser Known Features

by mostlyjason8mOctober 8th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

It’s quite possible to get more out of an existing Postgres database. It can scale for heavy loads and offers powerful features which are not obvious at first sight. It's possible to enable in-memory caching, text search, specialized indexing, and key-value storage. Adding another data store like Redis or Elasticsearch is not always a good idea. Postgres has a beautifully designed caching system with pages, usage counts, and transaction logs. The shared_buffer configuration parameter determines how much memory it will use for caching data.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Digging into Postgres's Lesser Known Features
mostlyjason HackerNoon profile picture
mostlyjason

mostlyjason

@jason

Founder at Dev Spotlight

About @jason
LEARN MORE ABOUT @JASON'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

mostlyjason HackerNoon profile picture
mostlyjason@jason
Founder at Dev Spotlight

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here