Files
gitlab-foss/doc/development/database/index.md
2020-06-23 15:08:41 +00:00

2.7 KiB

Database guides

Database Reviews

Tooling

Migrations

Debugging

  • Tracing the source of an SQL query using query comments with Marginalia
  • Tracing the source of an SQL query in Rails console using Verbose Query Logs

Best practices

Case studies