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

Dinesh Chitlangia updated HDDS-946:
-----------------------------------
    Description: 
Currently, the DatabaseHelper#insertAudit inserts one row at a time into to the 
database. This approach is inefficient and won't work at scale.

This jira aims to optimize this process and perform batch inserts with batch 
size of 1000.

  was:
Currently, the DatabaseHelper#insertAudit inserts one row at a time into to the 
database. This approach is inefficient and won't work at scale.

This jira aims to optimize this process and perform batch inserts.


> AuditParser - insert audit to database in batches
> -------------------------------------------------
>
>                 Key: HDDS-946
>                 URL: https://issues.apache.org/jira/browse/HDDS-946
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Dinesh Chitlangia
>            Assignee: Dinesh Chitlangia
>            Priority: Major
>
> Currently, the DatabaseHelper#insertAudit inserts one row at a time into to 
> the database. This approach is inefficient and won't work at scale.
> This jira aims to optimize this process and perform batch inserts with batch 
> size of 1000.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to