[ forky ]
[ sid ]
[ 源代码: python-django-pgbulk ]
软件包:python3-django-pgbulk(3.2.2-2)
python3-django-pgbulk 的相关链接
Debian 的资源:
下载源码包 python-django-pgbulk:
- [python-django-pgbulk_3.2.2-3.dsc]
- [python-django-pgbulk_3.2.2.orig.tar.gz]
- [python-django-pgbulk_3.2.2-3.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
- High-level Python web development framework
-
- dep: python3-psycopg
- PostgreSQL database adapter for Python 3
- 或者 python3-psycopg2
- Python 3 module for PostgreSQL