avamingli commented on PR #990:
URL: https://github.com/apache/cloudberry/pull/990#issuecomment-2720806315

   Added commit: e5c13e7a4b9bd0e519da9012a6e1cc1a92f45fa9
   
   SINGLENODE and EntryDB materialized view status maintenance optimization.
   
   In SINGLENODE mode or when operating as an entry db, we cannot use
   the extend libpq to send messages because we are already functioning in
   a QD role. Processing modified relations at `EndModifyTable()` is
   too late, especially since materialized views are updated when
   the executor ends.
   
   This change moves the processing of modified relations to
   `ExecModifyTable()` to ensure timely handling of modifications. This
   avoids issues with materialized view updates and ensures correct
   behavior in SINGLENODE or entry DB scenarios.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to