JDBC Channel should use multiple tables for storing events
----------------------------------------------------------

                 Key: FLUME-1120
                 URL: https://issues.apache.org/jira/browse/FLUME-1120
             Project: Flume
          Issue Type: Sub-task
            Reporter: Arvind Prabhakar
            Assignee: Arvind Prabhakar


The current implementation of derby based JDBC channel uses a single table for 
storing events. When subject to excessive load all the DML operations happening 
on this table will lead to lock contention and escalation, thereby impacting 
the performance of the system.

It is preferable that the events be distributed over multiple tables so that 
the overall contention for DML is reduced.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to