--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/6956a5bc-a047-4e95-a30b-5a920999a549%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes we faced, could not solve the issue.
On Fri, Aug 3, 2018 at 5:01 PM, Syed <sy...@syvasoft.com> wrote:
Hi Community,Can iDempiere work without any issues if the high volume tables such as M_Transaction and Fact_Acct have records more than java int max size 2,147,483,647?Regards,Syed.
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/6956a5bc-a047-4e95-a30b-5a920999a549%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is 2.1 billion, not trillion, but it is still a massive number and only a few businesses are capable to reach this number.
Changing int data type into long / BigInteger seems a right solution for me instead of archiving transactions because it provides consistency in reporting and auditing the entire history of transactions.
Another approach is having a new idempiere instance with opening entries will also overcome this limitation.
On Saturday, August 4, 2018 at 1:03:28 PM UTC+5:30, bizk...@gmail.com wrote:
2.1 Trillion is quite a massive number.
If there were a robust way to
- archive data from X years back
- Restart the numbering of active transactions from 1000000,
- Add an ID1 field, which would contain the Old Transaction ID number (for audit purposes)
We wouldn't have to worry about running out of numbers
On Saturday, August 4, 2018 at 10:27:41 AM UTC+5:30, Ayaz Ahmed wrote:
Yes we faced, could not solve the issue.
On Fri, Aug 3, 2018 at 5:01 PM, Syed <sy...@syvasoft.com> wrote:
Hi Community,
Can iDempiere work without any issues if the high volume tables such as M_Transaction and Fact_Acct have records more than java int max size 2,147,483,647?
Regards,Syed.
--
Sounds interesting, how did you arrive to such number?
Is it because you have 2 billion records in your table?
Or you have less records but the sequence went wild.
If you have 2 billion records in your table - which table is that? How is the DB performance with that number of rows? PostgreSQL? Oracle?
BTW - the idea to change everything to long sounds interesting (that's possible after java 8)
would that affect performance?
all plugins and jasper reports using int needs to be modified also?.
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/a98311b5-e355-425b-9d76-54d1cc4d740d%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+unsubscribe@googlegroups.com.
----
These are the steps to be performed for the UUID implementation: