Skip to content

Latest commit

 

History

History
90 lines (70 loc) · 6.08 KB

File metadata and controls

90 lines (70 loc) · 6.08 KB

Databases

MySQL

PostgreSQL

Tools

Video tutorials

Tips & tricks

  • ALTER DATABASE db SET statement_timeout = '60s';
  • CREATE EXTENSION pg_stat_statements;
  • ALTER DATABASE db SET log_min_duration_statement = '100ms';

Elasticsearch

MongoDB

Redis

Graph databases

Key-Value stores