Uploaded image for project: 'MariaDB Connector/node.js'
  1. MariaDB Connector/node.js
  2. CONJS-116

Stream provide stream option to aggregate stream

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • N/A
    • API
    • None

    Description

      Current stream API permit to have event for each row.
      A new options 'fetchSize' would permitting to agreggate data would be nice.
      like :

      connection.queryStream({sql:"SELECT * FROM mysql.user", fetchSize:100])
            .on("data", rows => {
              //rows by bunch of fetchsize, or less for last bunch
              console.log(row);
            });
      

      Attachments

        Activity

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.