MySQL Forums
Forum List  »  Partitioning

Re: Hash and Linear Hash partition table not performing well
Posted by: Neeraj Khandelwal
Date: December 08, 2009 01:05AM

Thanks!

I'm using 128 partitions and using simple queries with IN clause and passing the # of arguments... in order
1. 10
2. 50
3. 100
4. 500
5. 1000
6. 2500
7. 5000
8. 10000
9. 50000
10. 100000
11. 500000
12. 1000000

SQL Exa: SELECT COUNT(*) FROM test_data WHERE id IN(.........);

Thanks in advance!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Hash and Linear Hash partition table not performing well
2624
December 08, 2009 01:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.