MySQL Forums
Forum List  »  Partitioning

Re: speed up the data retriving
Posted by: deva clementraj
Date: May 04, 2011 10:48PM

sir i always select like this only

mysql>explain SELECT * FROM bwfdata.tbl_data t where timestamp>='2011-04-01'
and timestamp<='2011-04-30';

id :1
select_type :SIMPLE
tbale :tbl_data
type : ALL
possible key :idx_time,idxtime
rows :32092285


SHOW VARIABLES LIKE '%buffer% frist one is for data without partiton and
second one i created a partition with dtata of the tbl_data.

i partitioned with year and subpartition with month but when i insert to that table which have the partition its not going to the correct subpartition table

sorry for the delay reply i was in leave

sorry sir

Options: ReplyQuote


Subject
Views
Written By
Posted
3799
April 28, 2011 04:41AM
2049
April 29, 2011 08:37AM
2104
May 02, 2011 11:46PM
Re: speed up the data retriving
1958
May 04, 2011 10:48PM
2134
May 05, 2011 12:50AM


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.