MySQL Forums
Forum List  »  Newbie

Re: scanning for data gaps in time series
Posted by: Rick James
Date: July 16, 2011 01:25PM

I avoid this like the plague, because it is Order(N*N):
         FROM as_follows x
         JOIN as_follows y
           ON y.datetime <= x.datetime

Options: ReplyQuote




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.