Skip to content

feat: High performance pandas integration. #24

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

Merged
merged 149 commits into from
Jan 4, 2023
Merged

feat: High performance pandas integration. #24

merged 149 commits into from
Jan 4, 2023

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Oct 26, 2022

  • High-performance ingestion of Pandas dataframes into QuestDB via ILP.
    We now support most Pandas column types. The logic is implemented in native code and is orders of magnitude faster than iterating the dataframe in Python and calling the Buffer.row() or Sender.row() methods: The Buffer can be written from Pandas at hundreds of MiB/s per CPU core. The new dataframe() method continues working with the auto_flush feature.
  • New TimestampNanos.now() and TimestampMicros.now() methods. These are the new recommended way of getting the current timestamp.
  • The Python GIL is now released during calls to Sender.flush() and when auto_flush is triggered. This should improve throughput when using the Sender from multiple threads.
  • General documentation clean-up.

amunra added 30 commits October 26, 2022 16:37
@amunra amunra marked this pull request as ready for review January 4, 2023 14:25
@amunra amunra merged commit ec28b97 into main Jan 4, 2023
@amunra amunra deleted the pandas_integration branch January 4, 2023 17:20
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.

3 participants