Support PostgreSQL bulk loading techniques
Bug #1208295 reported by
Casey Marshall
on 2013-08-05
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| hockeypuck |
Medium
|
Casey Marshall |
Bug Description
Loading an SKS dump into Hockeypuck+
The OpenPGP schema is full of foreign key references, other constraints and indexes. Could support disabling/enabling these, perhaps using a special loader utility. Or, direct offline loading with COPY.
http://
Related branches
Casey Marshall (cmars)
on 2013-08-05
Changed in hockeypuck: | |
milestone: | none → 1.0 |
Casey Marshall (cmars) wrote : | #2 |
Need to add support for rebuilding the ptree database as well.
Casey Marshall (cmars) wrote : | #3 |
hockeypuck-import now inserts in large transactions with dropped constraints, then de-duplicates and adds constraints.
Changed in hockeypuck: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Creating a utility that inserts directly from SKS dumps with dropped constraints to build an initial database.