[teiid-issues] [JBoss JIRA] Created: (TEIID-913) Refine buffer management

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Dec 22 13:00:31 EST 2009


Refine buffer management
------------------------

                 Key: TEIID-913
                 URL: https://jira.jboss.org/jira/browse/TEIID-913
             Project: Teiid
          Issue Type: Task
          Components: Query Engine
    Affects Versions: 7.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.0


The current buffermanagement scheme has several limitations that should be resolved:

1. We over use the buffermanager to create temporary results for sub-plans and sort operations where batch streaming would suffice.
2. The blockedonmemory exception is inefficient for resolving resource conflicts.
3. Most of the buffers in the plan (batches stored on nodes and intermeiated node results) are not accounted for in the active batches.
4. Outside of the initial sort phase of the multi-pass sort batch access is highly ephemeral and is inherently limited by the number of process worker threads.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list