[Improve][client] Reuse field getters in all the CompletedFetch of same table. #227
Open
2 tasks done
Labels
feature
New feature or request
Search before asking
Motivation
Current, though all the CompletedFetch will share same rowType from same readContext, fieldGetters will still be initialized for each CompletedFetch(even CompletedFetch contains empty data) . If the table has hundreds of column, it costs a lot.
Solution
Reuse field getters in all the CompletedFetch of same table.
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: