Project

General

Profile

Actions

Bug #4887

closed

Bug #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

Added by Nicolas CHARLES almost 10 years ago. Updated almost 10 years ago.

Status:
Rejected
Priority:
1
Category:
Web - Compliance & node report
Target version:
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

Actions #1

Updated by Nicolas CHARLES almost 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

Also available in: Atom PDF