Page MenuHomePhabricator

Flow: serialize UUID objects as strings
Closed, ResolvedPublic

Description

Serialized UUID objects (like how they're currently saved to DB in some places) looks like:

string 'O:15:"Flow\Model\UUID":4:{s:14:"�*�binaryValue";s:11:"\x05\x12ÆjJ^9'm¾“";s:11:"�*�hexValue";s:22:"0512c66a4a5e39276dbe93";s:20:"�*�alphadecimalValue";N;s:12:"�*�timestamp";N;}' (length=169)

We could implement a sleep & wakeup to serialize them into something more compact, thus saving (some) DB space & bandwith.


Version: unspecified
Severity: normal

Details

Reference
bz62532

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:00 AM
bzimport set Reference to bz62532.
bzimport added a subscriber: Unknown Object (MLST).

Change 123689 had a related patch set uploaded by Matthias Mullie:
Serialize UUID into something more compact

https://gerrit.wikimedia.org/r/123689

Change 123689 merged by jenkins-bot:
Serialize UUID into something more compact

https://gerrit.wikimedia.org/r/123689

Patch was merged a while ago - is there more work left to do here (if yes: please reset the bug report status to NEW or ASSIGNED), or can you close this ticket as RESOLVED FIXED?