Skip to content

[FEATURE] Optimize Storage of Large Query Sources #352

@ansjcy

Description

@ansjcy

Is your feature request related to a problem?

Currently, we store the entire query source in top queries regardless of size, potentially causing large memory footprint issues.

What solution would you like?

  • We can simply ignore storing queries with large source content, though this would result in empty query source displays in the detail page.
  • Or, we can compress large query sources by extracting only essential features - specifically, store just the query shape for queries with large sources.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Labels

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions