https://bugzilla.wikimedia.org/show_bug.cgi?id=62532

            Bug ID: 62532
           Summary: Flow: serialize UUID objects as strings
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Flow
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mmul...@wikimedia.org
                CC: ebernhard...@wikimedia.org, mpinc...@wikimedia.org,
                    pandiculat...@gmail.com, sp...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

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:"Æ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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to