MySQL Forums
Forum List  »  MyISAM

Re: How to enable index fast in MyISAM table
Posted by: Gejun Shen
Date: March 25, 2014 08:39PM

Rick James Wrote:
-------------------------------------------------------
> timestamp/date/pruning: You are correct. My
> oversight.
> So, PARTITION BY RANGE(`timestamp`) may be the
> thing to do. But first, make sure that works in
> the version you have. The original PARTITION
> implementation was very limited in what you could
> partition on.
> Also, check for PARTITION BY
> RANGE(TO_DAY(`timestamp`)) -- I think this works
> for DATETIME, but might not work for TIMESTAMP.

I need a upgrade to have this capability.

> Sharding... It is tricky to do 'right'.
>
> Clustrix is a 3rd party setup that does it
> automatically.
> Spider might do it.
> I don't have an ETA for MySQL adding sharding.


Really thanks for your information. I agree sharding is a tricky thing to do.
I will try to have a look at this and see whether it's a good choice in my case.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to enable index fast in MyISAM table
1798
March 25, 2014 08:39PM


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.