Skip to content
Snippets Groups Projects
user avatar
Ryan Senior authored
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.
d86e7d9f
History
Name Last commit Last update