What a web-developer should know about databases and how deep?

1 points by sashash ↗ HN
Only main things like SQL, transactions, about ACID (Atomicity, Consistency, Isolation, Durability) or deeper knowledge like how Postgres works inside. About b-tree, relational algebra PostgreSQL etc. ?

1 comment

[ 0.26 ms ] story [ 14.4 ms ] thread
SQL joins, SQL aggregates, Table schema modifications and which ones lock tables, Transactions, Indexing, Replication