Parallel_words in versions 18, 19 and 20

Slides:



Advertisements
Similar presentations
ALEPH version Services / Task Manager South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD © South Dakota Library.
Advertisements

How to make a custom service run the X service for renew on a group of patrons Yoel Kortick.
How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
How to Open a New Language in Web OPAC for Testing Web Screens Presenter: Yoel Kortick.
How to use the SDI RSS Feed Version 18 Yoel Kortick.
Examples of UTF compliance in version 20.1 Yoel Kortick Aleph support manager.
Claudia Isbir Customer Support Analyst Accrued Fine Total Display Version 21.1 rep_change #2015.
How to add additional privileges to user_function.lng (originally SI ) Presenter: Yoel Kortick.
V. 21. Improvements to the PC – Server transactions log available for viewing via the GUI Rep_ver Yoel Kortick.
Full text indexing of multi character PDF documents as ADAM digital objects. V18 RC 2089 This presentation applies to Version 18 and up Presenter: Yoel.
How to send Serial claims to vendor (Batch) Version 16 Yoel Kortick.
Yoel Kortick Circulation Request Refusal Version 21 rep_ver #
1 Designing and using normalization rules Yoel Kortick Senior Librarian, Ex Libris.
1 Yoel Kortick | Senior Librarian Example of the shelf report stock taking inventory management job.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick| Senior Librarian How to use the output of one Alma Analytics report as the input for a subsequent.
1 Discovery Interface Display Logic Yoel Kortick Senior Librarian.
Aleph Publishing services with a special focus on PRIMO-FULL and PRIMO-AVAIL version 18 Presenter: Yoel Kortick.
1 Yoel Kortick | Senior Librarian Serials automation tasks for summary holdings.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
Validation Check Version 21 rep_ver # Yoel Kortick.
SMS Messaging in Aleph 500 Version 20 and up
Multi-Server Topology
How to use the job list Version Yoel Kortick.
Using the “Available For” Group Settings
How to separate semicolon delimited values to separate columns
New service, p-ret-adm-03 (Advanced General Retrieval Form) Version 21 rep_ver # Yoel Kortick Alma Global Support Manager
ILL2 with partner type Aleph
Log for Patron Record Changes
How to change default item status after binding
How to add a non-Analytics widget to the Alma Dashboard
Rep change 1590 (ver 18) Access to Google books
How to make a bibliographic base of records with attached ADAM digital objects Yoel Kortick October, 2007.
Version 20 Feature Developments
How to create an analytics widget and add it to the Alma dashboard
MARC extensions Yoel Kortick | Senior Librarian
How to make job list activate an Aleph service twice a month or once a month Yoel Kortick.
Digital Assets Module Services adam-01 and adam-02 versions 17 and up
Yoel Kortick Senior Librarian
Check_circ_14_a for LOAN RC 2042 in V20
Indexing Innovations 14.2 Seminar 14.1 Seminar - Filing Procedures.
Receiving New Lending requests
Heading maintenance via the GUI
How to Define Separate Order Counters for Separate Sub-Libraries
System Administration Management
The Z00T “View record history” (rep_ver version 20) EPUG-UKI Conference 2010 British Library, Nov. 1-2 Yoel Kortick.
How to change default item status after binding version 16 and up
Publishing Course Readings to PRIMO Version 20
Presenter: Yoel Kortick
Building bases according to sub library
Alma Analytics Usage Yoel Kortick | Senior Librarian.
ReturnLoadPatron RC 2024 in V20
Licenses and e-resources in the consortial environment
Yoel Kortick Aleph Support Manager
Yoel Kortick Senior Librarian Alma Product Management
Importing Serial Prediction Patterns Via the Service Import 85X records (Serial-52) Yoel Kortick.
Yoel Kortick Senior Librarian Alma Product Management
Customize Letters How to customize letters via xsl
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Designing and Using Normalization Rules
Binding Serial Issues with a Work Order
Letter s How to change fixed text labels in the letters
Contributing to and Contributed By in the Alma Community Zone.pptx
Yoel Kortick. Senior Librarian
Configuring and using the Accession Number and Inventory Number
How to make items have due date at the end of the semester
New “replace string” parameter for fix_doc_do_file_08
Presentation transcript:

Parallel_words in versions 18, 19 and 20 Yoel Kortick

parallel_words. Yoel Kortick Introduction A new option of using parallel_words has been added in versions 18, 19 and 20. In versions 18 and 19 it is used by adding a parameter to aleph_start. In version 20 it is the only way to build words via ue_01 so there is no parameter needed. This was originally done for customers 01HVD and 49BVB In version 18 it has been added via rep_change 1961 and in version 19 it has been added via rep_change 563. parallel_words. Yoel Kortick

parallel_words. Yoel Kortick Purpose The main purpose of using parallel_words is to improve performance (decrease the amount of time needed) when indexing words via the ue_01 daemon. In this brief presentation we will not involve ourselves with program changes, only with the actual effect of the parallel_words. Note that the parallel_words comes to replace a previous option of using “accumulative” words. parallel_words. Yoel Kortick

parallel_words. Yoel Kortick Purpose Here is the description from rep_change 1961 (v. 18) rep_change 563 (v. 19): Description: in order to improve the performance of the ongoing indexing (done by the doc index daemon - ue-01), the building of the words has been defined in parallel to other indexes. For this, the following must be defined in aleph_start.private: setenv parallel_words "Y". If the new environment variable is not defined, the daemon continues to work as before. parallel_words. Yoel Kortick

parallel_words. Yoel Kortick When to use? From now on we recommend to anyone who has experienced the overall performance of ue_01 being too slow to use this new option. If, on the other hand, a library has not experienced a situation that the ue_01 overall performance is too slow then there is no need to do anything. Technical note: In this change we have improved the overall performance of ue_01 by building the words in parallel to other indexes, rather than being one of a queue of indexes. parallel_words. Yoel Kortick

parallel_words. Yoel Kortick When is this relevant? This is, as stated in the rep_change, relevant only for ue_01 daemon and therefore not relevant for manage_01. The online update and batch jobs which use the ue_01 daemon are effected (manage_18, manage_33 and manage_40 for example). Manage_01 does not use the ue_01 daemon and therefore is not effected. parallel_words. Yoel Kortick

Implementation For libraries wishing to use this option in versions 18 and 19 the following must be added to $alephe_root/aleph_start.private:  setenv parallel_words "Y" parallel_words. Yoel Kortick

parallel_words. Yoel Kortick Implementation Here is the implementation note: Implementation Notes: To activate the functionality add the following line to aleph_start.private setenv parallel_words "Y" After making the change you should do source $alephe_root/aleph_start source $alephe_root/aleph_start You should also restart the ue_01 daemon and the pc_server. parallel_words. Yoel Kortick

Viewing the new ue_01 process After implementing the new option we have this (when view the ue_01 processes via UTIL C 1) 5979 ? S 0:05 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_a USM01.a18_1 5981 ? S 0:06 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_z0102_index USM01.a18_1 5983 ? S 0:06 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_word_parallel USM01.a18_1 Before implementing the new option we have this (when view the ue_01 processes via UTIL C 1) 20005 ? S 38:11 /exlibris/aleph/a18_2/aleph/exe/rts32 ue_01_a USM01.a18_2 20006 ? S 1:04 /exlibris/aleph/a18_2/aleph/exe/rts32 ue_01_z0102_index USM01.a18_2 20007 ? S 0:03 /exlibris/aleph/a18_2/aleph/exe/rts32 ue_01_word_index USM01.a18_2 parallel_words. Yoel Kortick

Yoel.Kortick@exlibrisgroup.com