C
C
Crash2015-12-21 22:08:34
MySQL
Crash, 2015-12-21 22:08:34

How to properly “excavate” a complex database structure on a large project?

Let's say the situation: I will need to support a large project with a database with an unclear structure - a large number of tables (several tens or even hundreds), foreign keys, etc. How to quickly and effectively understand its structure? What are the tools for visualizing relationships between tables, regardless of their number? Databases - MySQL and Postgres

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2015-12-22
@Bandicoot

building a diagram with relationships from the working base is the most effective option.
if there are many tables, group them into separate blocks if possible.
then print the whole thing and hang it on a stand / wall.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question