Skip to content
Snippets Groups Projects
Commit d86e7d9f authored by Ryan Senior's avatar Ryan Senior
Browse files

Fix excessive DB calls on reference guide

Before this commit, via the `/database/:id/metadata`, we make a DB
call for each field's target table. On databases with a larger number
of these values, it can cause many database calls. This will fetch
them via batch hydration first, which will significantly reduce the
number of calls.
parent 1e0e8f78
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment