‎2008 Jul 16 12:37 PM
‎2008 Jul 16 12:41 PM
‎2008 Jul 16 12:41 PM
‎2008 Jul 18 11:42 AM
"The for all entries creates a where clause, where all the entries in the driver table are combined with OR. If the number of entries in the driver table is larger than rsdb/max_blocking_factor, several similar SQL statements are executed to limit the length of the WHERE clause.
For example: you have 100 conditions generated by FOR ALL ENTRIES statement, the parameter is 5, then, the select statement is divided into 20 select sql with 5 conditions in where clause in each sql.
It is related to the performance of FOR ALL ENTRIES.
But not the larger the better. You can try, and it depends or your server machine.