-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Store table should use bigint not int #10921
Copy link
Copy link
Open
Labels
Affects: DatabaseLead: @jimchampIssues overseen by Jim (Front-end Lead, BookNotes) [managed]Issues overseen by Jim (Front-end Lead, BookNotes) [managed]Needs: BreakdownThis big issue needs a checklist or subissues to describe a breakdown of work. [managed]This big issue needs a checklist or subissues to describe a breakdown of work. [managed]Needs: Staff / InternalReviewed a PR but don't have merge powers? Use this.Reviewed a PR but don't have merge powers? Use this.Priority: 2Important, as time permits. [managed]Important, as time permits. [managed]Type: BugSomething isn't working. [managed]Something isn't working. [managed]
Milestone
Description
Metadata
Metadata
Assignees
Labels
Affects: DatabaseLead: @jimchampIssues overseen by Jim (Front-end Lead, BookNotes) [managed]Issues overseen by Jim (Front-end Lead, BookNotes) [managed]Needs: BreakdownThis big issue needs a checklist or subissues to describe a breakdown of work. [managed]This big issue needs a checklist or subissues to describe a breakdown of work. [managed]Needs: Staff / InternalReviewed a PR but don't have merge powers? Use this.Reviewed a PR but don't have merge powers? Use this.Priority: 2Important, as time permits. [managed]Important, as time permits. [managed]Type: BugSomething isn't working. [managed]Something isn't working. [managed]
Type
Fields
No fields configured for issues without a type.
Problem
Our production
storetable has 338,283,267 (38M) rows,datahas 160M and both useintfor itsidwhich will max at around 2B ids (which we're far off from but) as we migrate from ol-db1 to ol-db0 we should make sure all our large tables (e.g.data,thing) should use bigint.Related to #5675 / #9155
Instructions for Contributors