tispark
tispark copied to clipboard
improve read json type speed
Is your feature request related to a problem? Please describe. current json implementation is too slow (compare with tidb)
- is there any json library faster than gson?
- every int variable will be checked (overflow) multiple times
- over engineering, e.g. wrapper
literal
under three layers