This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: xCAr7_-xj4n_Ryy0w1CQOTtH8HOy3egYXeCeNnuN2Dc
Cover

Digging into Postgres's Lesser Known Features

Written by @jason | Published on 2019/10/8

TL;DR
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.

[story continues]


Written by
@jason
Founder at Dev Spotlight

Topics and
tags
postgresql|databases|big-data|elasticsearch|redis|data-storage|software-architecture|hackernoon-top-story
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: xCAr7_-xj4n_Ryy0w1CQOTtH8HOy3egYXeCeNnuN2Dc