Skip to content

Commit

Permalink
Merge pull request #11 from Blue-Yonder-OSS/updated-readme_main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adityajaroli authored Jan 26, 2024
2 parents a1468de + 3041552 commit a4f80df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Currently, it supports load from pandas DataFrame only.
This utility leverages the power of PostgreSQL in combination with Python to efficiently handle the bulk insertion of large datasets. The key features that contribute to its speed include:

1. Utilization of Postgres' copy command
2. Integration of Psycopg3's pipeline feature
3. Implementation of Python's coroutines
4. Harnessing the power of multiprocessing
5. Capability to drop indexes during insertion and recreate them in parallel
2. Implementation of Python's coroutines
3. Harnessing the power of multiprocessing
4. Capability to drop indexes during insertion and recreate them in parallel
5. Connection pooling

<h2>package's Efficiency</h2>

Expand Down

0 comments on commit a4f80df

Please sign in to comment.