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

MZMcBride <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from MZMcBride <[email protected]> 2011-05-17 18:50:46 UTC ---
I wonder if the page_props table could be used for this. The current schema has
the following unique index:

CREATE UNIQUE INDEX /*i*/pp_page_propname ON /*_*/page_props
(pp_page,pp_propname);

If a second index were added on (pp_propname, pp_value), you could store the
reversed page title with a "suffixindex" key fairly easily, couldn't you?
Except that pp_value is a blob... bleh.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to