Slide 16
Slide 16 text
• Not a big volume
It’s OK, PG can handle
small quantity of data
• DB have to manage
data TTL
No, I have to do it
manually
• Data model : K/V
No, PG is relational
(mainly)
• Multiple writes at the
same time
No, PG is Atomic
• High availability
PG is awesome ;-) Use
of PG bouncer or
similar allow good
clustering
I need to store sessions
QUICK EXAMPLE