You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/21 01:44:00 UTC

[jira] Resolved: (OODT-97) Allow for unsorted paging across all catalogs to give option of lowering heap footprint

     [ https://issues.apache.org/jira/browse/OODT-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-97.
------------------------------

    Resolution: Fixed


- fixed in r1051347

> Allow for unsorted paging across all catalogs to give option of lowering heap footprint
> ---------------------------------------------------------------------------------------
>
>                 Key: OODT-97
>                 URL: https://issues.apache.org/jira/browse/OODT-97
>             Project: OODT
>          Issue Type: Improvement
>          Components: catalog
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-97.2010-12-20.patch.txt
>
>
> cas-catalog allows for metadata ingest transactions to spread across multiple catalogs such that metadata for a given transaction can end up in one or more catalogs.  This requires a lot of memory heap space when querying on such types on ingests when results must be sorted and paged (because all the transactionIds and transactionDates must be loaded for all results so they can be sorted, then the give page is found and returned) . . . if you know you have configured your dictionaries such that "spread" ingest will never occur, this patch will allow you to configure cas-catalog to optimize it queries by not sorting the results across multiple catalog response.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.