mysqljs/mysql

Read data as array

Aperta

#770 aperta il 24 mar 2014

 (14 commenti) (4 reazioni) (0 assegnatari)JavaScript (2521 fork)batch import
featurehelp wanted

Metriche repository

Star
 (18.615 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor