generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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
Assignees
Labels
Type
Projects
Status
New