alysivji / alysivji/street-team

Database Catchall

Open
#8 0 comments 0 reactions 1 assignee Claimed by @alysivji View on GitHub
effort medium priority medium
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

As a developer, I want to get better at using my database as a persistent store.

### Things to explore

- ensure the database can only be accessed when we are on same host / network
- turn on your database’s slow query logging feature and see if any slow queries occur frequently
- `EXPLAIN ANALYZE` [link1](https://www.revsys.com/writings/postgresql-performance.html) [link2](craigkerstiens.com/2013/01/10/more-on-postgres-performance/)
- https://docs.djangoproject.com/en/2.2/topics/db/transactions/#django.db.transaction.on_commit

### Postgres Performance

- wiki.postgresql.org/wiki/Detailed_installation_guides
- wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server
- revsys.com/writings/postgresql-performance.html
- craigkerstiens.com/2012/10/01/understanding-postgres-performance
- craigkerstiens.com/2013/01/10/more-on-postgres-performance
- Book: PostgreSQL 9.0 High Performance

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.