I'm lazy; could someone please point me to the /new/ database schema,
so I can plan to adjust my tool if necessary?

Thanks,
Magnus


On Wed, Dec 2, 2009 at 1:11 PM, Bryan Tong Minh
<[email protected]> wrote:
> On Wed, Dec 2, 2009 at 11:47 AM, Andrew Garrett <[email protected]> 
> wrote:
>>
>> It was disabled for performance reasons. Bryan has updated the extension to 
>> improve its performance, and I have reviewed these updates. Some of his 
>> updates depend on schema changes, which, even by entirely dropping the data 
>> table and recreating it under the new schema, will take time to apply. Once 
>> this schema change has been applied, it will be possible to re-activate 
>> GlobalUsage.
>>
> Truncation is currently not running, right? Perhaps we could truncate
> the table in a more or less database friendly way: while (
> $dbw->query( 'DELETE FROM globalimagelinks LIMIT 5000' ) ) {
> wfWaitForSlaves(5); }, so that the schema change can be easily
> applied.
>
>
> Bryan
>
> _______________________________________________
> Wikitech-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to