Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This task is a general task to improve performance.
- avoid creating Packet object for each packet.
- resultset parsing improvement on multi-line : parsing depending on column type has to be set on column, to avoid resolving data type parsing for each field.
- avoid parsing BIGINT as text, but atoi/atoll way