Forum Moderators: open
may be something to look into.
something else but not as common is the table size verse CPU cache. if the data is too large for the cpu then main memory bandwidth can become a bottleneck.
if you need to optimize SQL for better performance, this subject is a book in itself. using proper locks, efficient index use verse sequential access, optimizing table cache, etc. You will need an expert here to get things properly coded.
definately look into benchmarking the code to find where its bogging down...