2 results for "all documents"
databases/nosql/mongodb/best_practices.md

MongoDB Best Practices

Production guidance for MongoDB covering embedding vs referencing schema design, compound indexing and index intersection limits, the aggregation pipeline, multi-document transaction costs, and when a document store beat...

databases/sql/postgresql/best_practices.md

PostgreSQL Best Practices

Production-oriented PostgreSQL guidance covering specialized index types (GIN, GiST, BRIN, hash), JSONB modeling, table partitioning, connection pooling, autovacuum tuning, and logical replication.