You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup up CASCADE on DB relations for proper deletions (PR)
Split user & operator to different tables (icebox: no viable profit for performance, but it's heavy lifting)
Change primary ids of entities to be uuid instead of SERIAL (icebox: we have space for maneuver here; if we are close to the limits - change column type to bigint and work on it; tokens table is number 1 candidate)
Description
Need to do a revision of the Reputation Oracle. This is complex and ongoing process. All the necessary actions will be described below.
Action points
CASCADEon DB relations for proper deletions (PR)Split user & operator to different tables(icebox: no viable profit for performance, but it's heavy lifting)Change primary ids of entities to be(icebox: we have space for maneuver here; if we are close to the limits - change column type touuidinstead ofSERIALbigintand work on it;tokenstable is number 1 candidate)