Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Enhancement for CREATE-JOB Frequency in Doris #43998

Open
2 of 3 tasks
miaoze8 opened this issue Nov 15, 2024 · 0 comments
Open
2 of 3 tasks

[Feature] Enhancement for CREATE-JOB Frequency in Doris #43998

miaoze8 opened this issue Nov 15, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@miaoze8
Copy link

miaoze8 commented Nov 15, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Description

Dear Doris Development Team,

I hope this message finds you well. I am writing to request a feature enhancement for the CREATE-JOB functionality within Doris, specifically to accommodate real-time metric analysis.

Currently, the CREATE-JOB feature allows for the scheduling of jobs with specific execution intervals, which is incredibly useful for various use cases. However, to better facilitate real-time analytics, we propose the addition of a 10-second execution frequency option. This would enable users to run jobs more frequently, capturing data in near real-time and providing immediate insights.

The SCHEDULE statement is a powerful tool for defining when and how often a job should be executed, whether it's a one-time task or a recurring one. The interval parameter within the SCHEDULE statement is particularly important as it dictates the frequency of job execution. It currently supports intervals in days, hours, minutes, and weeks, with examples such as:

1 DAY: Execute the job once every day.
1 HOUR: Execute the job once every hour.
1 MINUTE: Execute the job once every minute.
1 WEEK: Execute the job once every week.

Our proposed enhancement would add another option to this list:

10 SECONDS: Execute the job once every 10 seconds.

This addition would be invaluable for users who require high-frequency data processing and analysis, such as in financial trading, network monitoring, or any application where rapid response to data changes is critical.

We believe that this feature would significantly enhance the capabilities of Doris, making it an even more versatile and powerful tool for data management and analysis.

Thank you for considering this feature request. We look forward to the possibility of seeing this enhancement in future releases of Doris.

Best regards

Use case

specifically to accommodate real-time metric analysis

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@miaoze8 miaoze8 added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant