Interstage Shunsaku Data Manager Operator's Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix D Estimating Resources | > D.5 Estimating Resources for Searcher |
The formula for estimating the size of searcher performance log files is shown below.
Definition unit |
Variable Elements |
Size (bytes) |
---|---|---|
The size of searcher log file when starting a searcher |
|
370 x The number of times that the searcher is started x [((The number of stored records in the connected director x Standard record size) / The number of searcher) / (1,024 x 1,024)] Note: The result in [ ] has to be rounded up |
The size of the log for search process |
The number of search API that are executed (*3) |
350 x The number of search API that are executed |
The size of the log for update process |
The number of update API that are executed (*4) |
740 x The number of update API that are executed |
The size of the log for the adding process with shundimport command |
|
370 x The number of executions by shundimport x [(The size of the file to be imported / The number of searchers) / (1,024 x 1,024)] Note: The result in [ ] has to be rounded up |
*1) The standard record size stored in the connected director.
*2) The number of searchers that are connected to the director.
*3) Including the search process and the sort or aggregation process.
*4) Including the add process, delete process, update process, and the update or delete process specified by the direct access key.
*5) The average file size of the XML document stored in Shunsaku using shundimport command with the -f option.
Example Calculation
An example calculation for the size of searcher performance log files is shown below.If the variable elements are as follows:
- The number of times that the searcher is started: 5 (times)
- The number of stored records in the connected director: 100,000 (records)
- Standard record size: 4,000 (bytes)
- The number of searchers: 3
- The number of search API that are executed: 10,000
- The number of update API that are executed: 10,000
- The number of executions by shundimport: 5
- The size of the file to be imported: 1,000,000 (bytes)
The size of searcher log file when starting a searcher
370 x 5 x [((100,000 x 4,000) / 3) / (1,024 x 1,024)] = 236,800 bytes (approx. 231 KB)The size of the log for search process
350 x 10,000 = 3,500,000 bytes (approx. 3 MB)The size of the log for update process
740 x 10,000 = 7,400,000 bytes (approx. 7 MB)The size of the log for the adding process with shundimport command
370 x 5 x [(1,000,000 / 3) / (1,024 x 1,024)] = 1,850 bytes
Contents
Index
![]() ![]() |