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

can patch connectorx to petl to speed in next version? #619

Open
wonb168 opened this issue Apr 25, 2022 · 2 comments
Open

can patch connectorx to petl to speed in next version? #619

wonb168 opened this issue Apr 25, 2022 · 2 comments
Labels
Feature A nice to have thing that we don't have yet Help Wanted We are volunteers. We'll be happy if you join us.

Comments

@wonb168
Copy link

wonb168 commented Apr 25, 2022

my 700,0000 rows table , use petl to csv need 40 miniutes.
and use connectorx, parrelled by 10, only 15miniutes,
can patch connectorx to petl to speed in next version?

@juarezr
Copy link
Member

juarezr commented Apr 25, 2022

It looks like a very promising feature:

  • petl could benefit from connector-x query parallelism for speed.
  • connector-x could benefit from petl functionality for on-the-fly transformation, cleansing, manipulation, calculations

References:

@juarezr juarezr added Feature A nice to have thing that we don't have yet Help Wanted We are volunteers. We'll be happy if you join us. labels Apr 25, 2022
@wonb168
Copy link
Author

wonb168 commented Apr 26, 2022

petl's fromdb just one sql to query source db,
but connector-x can split the sql to many, for exmaple:
select * from tb, id, 4, if 100 rows in table , then will 4 sql to query table,
select * from tb where id<=25
I mean , if petl's fromdb funtion use connector-x to speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A nice to have thing that we don't have yet Help Wanted We are volunteers. We'll be happy if you join us.
Projects
None yet
Development

No branches or pull requests

2 participants