Difference between revisions of "Glossary"

271 bytes added ,  00:59, 26 October 2014
Added 'resources'.
(Added 'resources'.)
Line 31: Line 31:
;Segment
;Segment
: In order to keep database queries fast, OnDemand uses database table segmentation.  Before DB2 supported table segmentation natively, the Content Manger OnDemand developers decided to split index data into tables of 10 million rows each.  Using this method keeps search performance linear, as only the tables containing documents in the date range you're looking for ( for example, 3 months, or 1 year) are actually searched.
: In order to keep database queries fast, OnDemand uses database table segmentation.  Before DB2 supported table segmentation natively, the Content Manger OnDemand developers decided to split index data into tables of 10 million rows each.  Using this method keeps search performance linear, as only the tables containing documents in the date range you're looking for ( for example, 3 months, or 1 year) are actually searched.
; Resources
: In the context of AFP or PDF data, the category of data used to render the data on the page.  For example, fonts, images, overlays, lines, boxes, or barcodes.  OnDemand splits resources from data in order to maximize the compression of actual report data.


;User Exit
;User Exit