Re: [hibernate-dev] Sequence Pool

2015-02-12 Thread Janario Oliveira
Thanks Steve, I'm going to open a Feature Request. Sorry for the wrong list :) On Wed, Feb 11, 2015 at 12:23 PM, Steve Ebersole wrote: > First, this is a list for discussing the development of the Hibernate > projects, not for user/usage questions. > > As to your question... Yes 50 was an unf

Re: [hibernate-dev] Sequence Pool

2015-02-11 Thread Steve Ebersole
First, this is a list for discussing the development of the Hibernate projects, not for user/usage questions. As to your question... Yes 50 was an unfortunately choice as the default within the spec group. At the moment there is no global "ignore the specified increment value" setting, and even t

[hibernate-dev] Sequence Pool

2015-02-09 Thread Janario Oliveira
Hi guys, I am migrating some code base and I have some problems using sequence. As I see it works with a pool together to allocationSize. But it expects that the sequence have the same increment by (50 as default). Is there a global configuration that disable pool and always read from the sequenc