Home
The Toolkit for Online Communities
15900 Community Members, 1 member online, 2440 visitors today
Log In Register

Forum OpenACS Development: Re: Performance problem in PG 8.1.2

OpenACS Home : Forums : OpenACS Development : Re: Performance problem in PG 8.1.2 : One Message

+
Posted by Tom Jackson on
Another point about using tsearch: you should be able to make a copy of the table, add the tsearch column and create the index anywhere. Since the index is part of the row data, this is possible and easy without some hack involved. Then you could copy the data back into the original table, modified. You may have to go offline for a brief time, but you should be able to do all this testing without interfering with the live site.