[
https://issues.apache.org/jira/browse/SENTRY-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640092#comment-16640092
]
kalyan kumar kalvagadda commented on SENTRY-2423:
-------------------------------------------------
Currently we do not provide and strategy explicitly, so datanucleus uses
"native" strategy for all the auto generated columns. This is what happens
when "native" is used.
If there is any sequence provided, datanucleus would use sequence as strategy
if the the understand database also supports sequences, otherwise datanucleus
uses increment strategy.
> Increase the allocation size for auto-increment of id's for Snapshot tables.
> ----------------------------------------------------------------------------
>
> Key: SENTRY-2423
> URL: https://issues.apache.org/jira/browse/SENTRY-2423
> Project: Sentry
> Issue Type: Sub-task
> Components: Sentry
> Affects Versions: 2.2.0
> Reporter: kalyan kumar kalvagadda
> Assignee: kalyan kumar kalvagadda
> Priority: Major
> Attachments: SENTRY-2423.001.patch
>
>
> Currently sentry uses native strategy for auto generation of ID columns for
> which the allocation can not be increased.
>
> This should be change to "increment" strategy and which lets to configure the
> allocation size. This reduces the delay caused for checking the
> SEQUENCE_TABLE.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)