Madhan Neethiraj created ATLAS-5140:
---------------------------------------
Summary: 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
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)