Jibing-Li opened a new pull request, #33703:
URL: https://github.com/apache/doris/pull/33703

   This pr is to support high priority column stats collection. High priority 
columns are the columns that queried by users. For example filter column and 
join columns. The auto analyze thread will collect these kind of columns first. 
When there are no high priority columns, then collect all olap tables one by 
one as before.
   
   This pr includes the following PRs:
   * fix visible column (#33023)
   * Collect high priority columns. (#31235)
   * High priority queue and map. (#31509)
   * Support column level health value. (#31794)
   * Support follower sync query columns to master. (#31859)
   * Support show auto analyze pending jobs. (#31926)
   * Check column health value earlier, show job priority. (#32064)
   * support window (#32094)
   * Refactor. (#32273)
   * refactor2 (#32278)
   * Unit test (#32398)
   * Support auto analyze mv (#32433)
   * Fix bug (#32454)
   * Support identical column name in different index. (#32957)
   * Fix visible column
   * Use future to block auto analyze before job finish. (#33083)
   * Fix ut. (#33147)
   * Fix ut (#33161)
   * fix p0 (#33210)
   * Improve failover logic. (#33382)
   * Improve waiting empty table logic. (#33472)
   * Fix pipeline (#33671)
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to