Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Largest amount of CPU time appears to be single byte copies in weBulkInsert() to messageIn. If we flip the array of table->rows we can push an entire column of rows in one go rather than an entry at a time. This should accelerate the writeRow() command.