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

Consider shifting all workloads to Polars dataframe #30

Open
audiomuze opened this issue Nov 8, 2024 · 0 comments
Open

Consider shifting all workloads to Polars dataframe #30

audiomuze opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
ideation Idea to cogitate

Comments

@audiomuze
Copy link
Owner

It might be more efficient to switch all functions to operate on a dataframe:

  • ingest tags to db
  • pull alib into polars db
  • process all changes and updates that can be moved to df operations on a copy of the df
  • compare df's
  • write changed records back to db, with update trigger intact.
  • process any further updates that don't lend themselves to df operations via SQL.
@audiomuze audiomuze added the ideation Idea to cogitate label Nov 8, 2024
@audiomuze audiomuze self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ideation Idea to cogitate
Projects
None yet
Development

No branches or pull requests

1 participant