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

feat(ingest): sql parser perf + asyncio fixes #9119

Merged
merged 6 commits into from
Oct 31, 2023

Commits on Oct 26, 2023

  1. feat(sqlparser): performance improvements

    In particular, this will improve performance for queries with a large
    number of output columns. Simpler queries will also see modest speedups.
    
    In my tests, a simple `SELECT` with ~6000 columns saw a ~15-20x speedup.
    
    Should have no behavioral impact.
    hsheth2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    69231d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    1471410 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c526e6 View commit details
    Browse the repository at this point in the history
  2. fix issue with union

    hsheth2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e60e31e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72fdb84 View commit details
    Browse the repository at this point in the history
  4. tweak

    hsheth2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    87d0b06 View commit details
    Browse the repository at this point in the history