Skip to main content
Participant
February 11, 2011
Question

blockFactor in CFQUERY

  • February 11, 2011
  • 1 reply
  • 453 views

Is there any documentation from CF or MySQL that states what

DB (specifically MySQL) supports this tag attribute, blockFactor?

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 11, 2011

    The last time I checked, it was not supported in MySQL. Try searching mySQL's site for setFetchSize(). IIIRC, that is what blockFactor utilizes internally.