Store Publish Speed VW7.7 -- very slow ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Store Publish Speed VW7.7 -- very slow ...

Samuel S. Shuster-2
Steven:

> I haven't run the update77 script, because we still use 7.6, 7.4.1 and maybe even 7.1; the docs weren't clear as to whether running update77 would be a good idea in that case. Is it?

It hurts nothing, but, there are two methods (attached) that aren't in 7.7. These are the methods that define the indexes for Method and Methods database tables.

Then, after you file that in, in any transcript you can do:

        Store.Method createDatabaseIndex.
        Store.Methods createDatabaseIndex.

That'll help.

FWIW, update77 is all about making indexes, but of course, somehow the (attached) methods got missed <sigh>

                                And So It Goes
                                     Sames
______________________________________________________________________

Samuel S. Shuster [|]
VisualWorks Engineering, Store Project
Smalltalk Enables Success -- What Are YOU Using?




_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

IndexMethod.st (1K) Download Attachment
12