Actions
Bug #4887
closedBug #4831: Reports cannot be inserted into postgresql due to a limit on ids
Reports cannot be inserted due to a limit on ids - change serial size
Status:
Rejected
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In http://www.rudder-project.org/redmine/issues/4831 we fixed the size of the field storing the id, but we did not change the id size; we need to fix this as well otherwise we'll hit the serial size as well
Updated by Nicolas CHARLES over 10 years ago
- Status changed from In progress to Rejected
I'm rejecting this, actually the sequence size is very large 2^63-1
http://www.postgresql.org/docs/8.1/static/sql-createsequence.html
Actions