Comment 6 for bug 1359808

Revision history for this message
Attila Fazekas (afazekas) wrote :

Another note: Several RDMS can be sensitive to the number of prepared statements he needs to handle. The orm or the application frequently split the set to power of 4 or 5 (1,4,16,64,.. / 1,5,25,125..) number of element sets. When the application requires less element than the fixed set size, it can fill the remaining elements with NULL when executing the statement.