]> git.evergreen-ils.org Git - working/Evergreen.git/commit
yet another bib ingest knob
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Sep 2010 14:19:31 +0000 (14:19 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Sep 2010 14:19:31 +0000 (14:19 +0000)
commit1c30de857f602d12af6974a5e65f85e4f9884a43
tree37bf938bda3579d6c113dba51d382fd36a3105ab
parenta7887f55529dffac6e34c8eb737ab7573633117d
yet another bib ingest knob

When enabled, the ingest.assume_inserts_only flag disables
checking several tables for old index data to delete; skipping this
makes a small but noticeable difference when doing an initial bib
ingest with more than one process in parallel.

Note that this flag should not be used when *re*ingesting records
unless you clear the old rows beforehand.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17863 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/030.schema.metabib.sql
Open-ILS/src/sql/Pg/upgrade/0411.schema.assume_inserts_only_flag.sql [new file with mode: 0644]