zhoujinsong commented on issue #3066:
URL: https://github.com/apache/amoro/issues/3066#issuecomment-2378537085

   Thanks for pushing this improvement forward! @klion26 
   
   > remove the ServerCatalog#tableExists(db, table)  in 
TableController#getOptimizingProcesses because we can reuse the table load 
logic in the following logic
   
   I am okay with this change, we will load the table in following steps, we 
chan check this in that phrase.
   
   > push the offset and limit in 
mapper#selectOptimizingProcesses(MixedAndIcebergTableDescriptor#getOptimizingProcessesInfo)
 to db (this can limit the items retrieved from db)
   
   Yes, we should limit the result set return by database as we may have a 
large history records.
   
   > add format info when calling this rest API, so that MixedAndIceberg can 
avoid loading the table from external catalog(this is to be confirmed)
   
   I am not sure if we still need to load the table, if yes we can get the 
table format from the loaded table.


-- 
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]

Reply via email to