Steven Flatt wrote:
I was a program inserting into the base table. The program ran in 200+ threads and every thread insert data on it. Every thread inserts a row every 3 seconds aprox.(or they used to do it), but when I put more partitions the insert speed went to 1 insert every 2 minutes. The selects that need to evaluate all partitions were slow too, but I think I can wait for them. :D I wonder if the update are slow too. I do not know that. Do I need to do a trigger for insert only or I need a trigger to update and delete too? To modify the appilication logic for this is not an options because they need to open the program, modify it and retest. All because an implementation problem. I prefer to try to solve it at the database level because the database need this table partitioned. Thanks for your help Regards. Pablo |