MySQL Forums
Forum List  »  Performance

Re: events_statements_summary_by_digest.DIGEST_TEXT includes parse_gcol_expr for slow INSERTs
Posted by: Peter Brawley
Date: January 07, 2021 07:02PM

...VALUES (...) (unknown) `parse_gcol_expr`... suggests a problem with a data value. Have you tried recapitulating problematic inserts in thr mysql client program on this table, on a copy of the table, on an empty copy of the table?

Let's see the results of ...

select version();
Show Create Table events;
select @@sql_mode;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: events_statements_summary_by_digest.DIGEST_TEXT includes parse_gcol_expr for slow INSERTs
336
January 07, 2021 07:02PM


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.