featurehelp wanted
倉庫指標
- Star
- (18,137 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Is there option for getting records from mysql as flat array rather than object. Something like this { contractor_id: 199 , contractor_name: ... } represented as [199,"Andrew","Banks", 88.92, 55,15].
I want to speed up reading of 75k records, now it takes 35 seconds I am wandering is array representation would be transferred to node faster as 35 seconds.