Map Database Access Patterns
Use the Data Call Graph scope to see all objects that read from or write to a specific database table.
Before you start
| Who this is for | Architect, data engineer, DBA |
| Role required | Viewer or higher |
| Prerequisites | Application imported; application contains database objects |
Step 1: Open the Data Call Graph scope
In the Investigation panel, select Data Call Graph.
[TODO: Screenshot]
Step 2: Select a table
A search dialog appears. Type the name of the table you want to investigate and select it from the results.
[TODO: Screenshot of the search dialog]
Step 3: Read the call graph
The view shows all objects that access the selected table, organized into a call graph from entry point to the table. This shows the full chain: which transactions touch the table, through which objects.
[TODO: Screenshot of a data call graph]
Step 4: Identify data ownership
If many different modules or transactions access the same table, the data is shared. Shared data is harder to migrate independently.
Use tags to mark the objects or the table for follow-up. See Tag objects, transactions, and modules.
Next steps
Feedback
Was this page helpful?