batmanneverdie commented on issue #17539: URL: https://github.com/apache/dolphinscheduler/issues/17539#issuecomment-3331431215
> I think this is unnessnary since users can open multiple browsers tab for multi-project operation. @SbloodyS The key issue is not queries across multiple projects, but rather that within a single project, nearly all operations will clear the query results—forcing users to filter for the workflows they need over and over again. Caching across multiple projects is just an added bonus feature. The issue is particularly prominent when multiple people collaboratively maintain a single project—one that contains hundreds of workflows. These workflows often require frequent modifications to task content, such as those with a large number of SQL tasks (used for data analysis). In this scenario, analysts have frequently provided feedback requesting a search memory function. In the early stages, we added a tag function to the workflows, thinking it would be a simple solution to this problem. However, we still received a large volume of feedback they need search memory function, so we had to implement the query memory function. -- 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]
