RFE: db-5.1.19 has DB_TXN_BULK
Bug #648492 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RPM |
Triaged
|
Medium
|
Jeff Johnson |
Bug Description
Berkeley DB db-5.1.19 includes a new flag
#define TXN_BULK 0x40000 /* Enable bulk loading optimization. */
described here
http://
that is likely a performance win.
Changed in rpm: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Jeff Johnson (n3npq) |
milestone: | none → 5.3.5 |
tags: | added: rpmdb |
Changed in rpm: | |
milestone: | 5.3.5 → 5.3.0 |
milestone: | 5.3.0 → 5.3.6 |
Changed in rpm: | |
milestone: | 5.3.6 → 5.4.8 |
To post a comment you must log in.
Speeding up transactions in "RPM ACID" cannot be attempted
until other issues like full scale replacements of Berkeley DB
and reverting to a concurrent access scheme are closer
to resolving.