mysqljs/mysql

Read data as array

Open

#770 创建于 2014年3月24日

在 GitHub 查看
 (14 评论) (4 反应) (0 负责人)JavaScript (18,137 star) (2,502 fork)batch import
featurehelp wanted

描述

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.

贡献者指南