Add postgres cheats

This commit is contained in:
Charles-Axel Dein 2024-01-22 08:40:30 -05:00
parent bf33b379b3
commit 27e2a6f19f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,7 @@ There are some free books available, including:
- Cross-functional understanding is critical in modern tech companies
- Helps to avoid underestimating the importance and difficulty other roles
- Helps you to be strategic in your interaction with people in that role
- [Teach Yourself Programming in Ten Years](https://norvig.com/21-days.html)
### Axioms
@ -664,6 +665,7 @@ See also the SQL section.
- [Safe Operations For High Volume PostgreSQL](https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql/) (this is for PostgreSQL but works great for other DBs as well).
- [Transaction Isolation in Postgres, explained](https://www.thenile.dev/blog/transaction-isolation-postgres)
- [PostgreSQL exercises](https://pgexercises.com/)
- [Operations cheat sheet](https://wiki.postgresql.org/wiki/Operations_cheat_sheet)
### Data formats