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

Investigating SQL Support. #11

Merged
merged 8 commits into from
Feb 15, 2024
Merged

Investigating SQL Support. #11

merged 8 commits into from
Feb 15, 2024

Conversation

alxmrs
Copy link
Owner

@alxmrs alxmrs commented Feb 13, 2024

Beginning to investigate SQL support. Right now, for anything beyond a small Xarray dataset, this is terribly slow.
This PR also introduces a profiling methodology using py-spy (statistical profiling).

Beginning to investigate SQL support. Right now, for anything beyond a small Xarray dataset, this is terribly slow.
Also adding in baseline profile.
Added dtypes from the xr.Dataset to the pd.DataFrame. This allows SQL aggegrations to work, which need type info.

This changed the core `unravel` operation, so I've added sanity profile traces.
@alxmrs alxmrs merged commit 429e5b4 into main Feb 15, 2024
@alxmrs alxmrs deleted the sql branch February 15, 2024 07:54
@alxmrs alxmrs changed the title [Draft] Investigating SQL Support. Investigating SQL Support. Feb 15, 2024
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

Successfully merging this pull request may close these issues.

1 participant