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

Research: FlightSQL context improvements #170

Open
Tracked by #166
sergiimk opened this issue Dec 25, 2024 · 0 comments
Open
Tracked by #166

Research: FlightSQL context improvements #170

sergiimk opened this issue Dec 25, 2024 · 0 comments

Comments

@sergiimk
Copy link
Member

This is a research ticket to see how we can avoid the expensive table pre-registration procedure during the QueryManager::create_context procedure.

Ideas:

  • Check how FlightSQL queries look like during table selection in Superset to understand whether we can provide partial results based on like pitern
  • Investigate low-level show tables handler that acts as a quick search in Platform and only returns subset of results based on search pattern and returning only owned datasets when pattern is not specified
  • Investigate auto-registering datasets in DataFusion as fallback on “table not found”
  • Consider “user workspace” idea when user has to add / star a dataset for it to appear in their show tables results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant