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] Log scanner should support fetch the logs tiered into lake #41

Open
1 of 2 tasks
luoyuxia opened this issue Nov 28, 2024 · 0 comments
Open
1 of 2 tasks
Labels
component=client feature New feature or request

Comments

@luoyuxia
Copy link
Collaborator

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Currently, since lakehouse is another tiered storage of logs, log scanner should support to scan logs from the lakehouse while the remote logs has been cleaned by ttl. Also, scan log from lakehouse should be more efficient since it's columar and compressed format.

Solution

Server can tell log scanner the logs to be fetch is in lake, and then log scanner can fetch data from lake directly. It shoudn't be much complex since the lake formats expose rich read api to help us do that.

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!
@luoyuxia luoyuxia added feature New feature or request component=client labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component=client feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant