I am having a table having 360369 no of rows. I am using SQL SERVER.
Today when i tried a simple select statement with cfquery and blockfactor,I did not find any performance enhancement.
Moreover the performance reduced.
Without blockfactor , the execution time was 120884.
With blockfactor, the execution time became 144003.
As per the definition of blockfactor, my maximum row size was 437bytes ,so
blockfactor = 32k/437 = 32768/437 = 74.9
So I have used the blockfactor as 74 or 75.
But I did not find any performance enhancement.