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

Add support for per-field indices #609

Open
kirkrodrigues opened this issue Nov 22, 2024 · 0 comments
Open

Add support for per-field indices #609

kirkrodrigues opened this issue Nov 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kirkrodrigues
Copy link
Member

kirkrodrigues commented Nov 22, 2024

Request

Datasets typically have a set of fields that are frequently (or always) used for filtering. E.g., timestamp, log-level, hostname, etc. Although clp already performs coarse-grained indexing on certain fields like the records' timestamps, we need more generality in the form of:

  • the ability to specify arbitrary fields that should be indexed.
  • the ability to specify how those fields should be indexed (e.g., using different types of indices).
  • the ability to perform this indexing on-demand, after archives have already been generated.

Additionally, this feature should be supported both within and across archives.

Ideally, these indices should provide a good balance between improved query performance while minimizing storage and management overhead.

Possible implementation

Nothing concrete as yet.

@kirkrodrigues kirkrodrigues added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant