-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
As of today, in every call to `parse`, it obtains a new instance of DataTypeResolver by calling the `initializeDataTypeResolver` function. This ends up wasting memory and CPU cycles.
Essentially, DataTypeResolver could be a static object, since it never changes in any of the initializations.
- is related to
-
DBZ-4959 Improve performance of DB history recovery
-
- Open
-