-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexviews: Refresh Takes a Long Time. Normal? #129
Comments
I'm reading through a blog post that explains the *_delta table:
For what it's worth, there's nothing in the delta table ( |
Actually, I see there's a problem earlier in the process: flexviews.enable() isn't populating the MV in the first place. I should get that solved, first. |
Hi, FlexCDC needs to be working to refresh a view. In particular, resetting the logs would require you to reset the config for flexcdc (or truncate binlog_consumer_status I suppose). |
I'm still evaluating Flexviews (locally), to see if it's a good fit for our production application.
I have a (not-materialized) view that takes 11s. After turning that into an MV, a refresh (the first one) takes something like 20m, and I don't think it's really even completing.
I run:
...and no matter how many times I run that, it always goes on and on. First, the client times out at 10 minutes; then, i monitor the PROCESSLIST for another 10 minutes or so, until it stops churning.
I also tried purging the binary logs with
purge binary logs before '2016-01-01';
, but it doesn't seem to help.Ideas?
The text was updated successfully, but these errors were encountered: