Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, when we convert JSON to SQL, we make calls to the database to determine the type of each column that we are converting. We should cache this information instead of calling to the database each time, as performance will be greatly improved. We should be sure not to cache indefinitely, though, as the schema could change.