[teiid-issues] [JBoss JIRA] Created: (TEIID-467) Simplify DBIDGenerator logic

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Apr 6 10:38:22 EDT 2009


Simplify DBIDGenerator logic
----------------------------

                 Key: TEIID-467
                 URL: https://jira.jboss.org/jira/browse/TEIID-467
             Project: Teiid
          Issue Type: Task
          Components: Server
    Affects Versions: 6.1.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Minor
             Fix For: 6.1.0


DBIDGenerator should be simplified.  Synchronization should be on a per block basis.  It's all performed in a transaction, there's no need for looping in the db code.  Also should only expose 1 method to get the next id - all others are not utilized.  Finally it should more easily tested rather than by toggling a switch on the singleton.

-- 
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