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

Decrease latency for semantic model generation #200

Open
sfc-gh-cnivera opened this issue Oct 29, 2024 · 0 comments
Open

Decrease latency for semantic model generation #200

sfc-gh-cnivera opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request high Issues that halt the user journey and make certain flows unusable.

Comments

@sfc-gh-cnivera
Copy link
Collaborator

Couple of ideas:

  • Parallelize generation of table sections (right now, it's sequential)
  • Instead of querying INFORMATION_SCHEMA, try using show columns
  • Add guidance for creating materialized views
  • Select sample values using ARRAY_UNIQUE_AGG
@sfc-gh-cnivera sfc-gh-cnivera added enhancement New feature or request high Issues that halt the user journey and make certain flows unusable. labels Oct 29, 2024
@sfc-gh-cnivera sfc-gh-cnivera self-assigned this Oct 29, 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 high Issues that halt the user journey and make certain flows unusable.
Projects
None yet
Development

No branches or pull requests

1 participant