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

feat(core, jdbc): introduce a JDBC indexer #4974

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

loicmathieu
Copy link
Member

Fixes #988
This is a WIP PR to introduce an indexer in JDBC.

This indexes logs, metric and executions in realtime.

A simple flow shows more than 20% perf improvement, more is expected in production as locally logs are in send to the console which is known to be not good in term of performance.

Moreover, indexing move from the queue emission to queue reception so from the executor to the indexer (TBD where it will be).

id: generate-plenty-logs
namespace: company.team

tasks:
  - id: python
    type: io.kestra.plugin.scripts.python.Script
    script: |
      for i  in range(10000):
        print("Iteration {}".format(i))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

Adjust log handling in JDBC backend to be written in bulk/async rather than in real-time
1 participant