[
https://issues.apache.org/jira/browse/ATLAS-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved ATLAS-5140.
-------------------------------------
Fix Version/s: 3.0.0
2.5.0
Resolution: Fixed
> Postgres backend: cache sequences to improve performance
> --------------------------------------------------------
>
> Key: ATLAS-5140
> URL: https://issues.apache.org/jira/browse/ATLAS-5140
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Priority: Major
> Fix For: 3.0.0, 2.5.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Setting up Postgres sequences to preallocate several numbers in memory can
> improve the performance of insert operations in Atlas. Currently, each insert
> allocates the next sequence number, which can result in slower insert
> operation. For more details, refer to
> https://www.postgresql.org/docs/current/sql-createsequence.html.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)