パッケージ: python3-django-pgbulk (3.2.4-1)
python3-django-pgbulk に関するリンク
Debian の資源:
python-django-pgbulk ソースパッケージをダウンロード:
- [python-django-pgbulk_3.2.4-1.dsc]
- [python-django-pgbulk_3.2.4.orig.tar.gz]
- [python-django-pgbulk_3.2.4-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Django functions for doing native PostgreSQL bulk upserts
django-pgbulk provides functions for doing native Postgres bulk upserts (i.e. UPDATE ON CONFLICT), bulk updates, and COPY FROM.
Bulk upserts can distinguish between updated/created rows and ignore unchanged updates.
Bulk updates are true bulk updates, unlike Django's bulk_update which can still suffer from O(N) queries and can create poor locking scenarios.
Bulk copies can significantly speed up bulk inserts, sometimes by an order of magnitude over Django's bulk_create.
その他の python3-django-pgbulk 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-django
- 高レベル Python ウェブ開発基盤
-
- dep: python3-psycopg
- PostgreSQL database adapter for Python 3
- または python3-psycopg2
- Python 3 module for PostgreSQL